The branch stable/14 has been updated by siva:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=d4459e2df0505573098d2e275566d61edaccf04f

commit d4459e2df0505573098d2e275566d61edaccf04f
Author:     Siva Mahadevan <[email protected]>
AuthorDate: 2025-07-15 16:45:24 +0000
Commit:     Siva Mahadevan <[email protected]>
CommitDate: 2026-06-26 16:09:16 +0000

    Unskip test sys.netinet6.frag6.frag6_07.frag6_07
    
    This is now consistently passing with 100+ consecutive runs.
    
    Signed-off-by: Siva Mahadevan <[email protected]>
    PR:             244170
    MFC after:      3 days
    Sponsored by: The FreeBSD Foundation
    (cherry picked from commit 681e9d3e391f30a512c523514f69a63c9782a901)
---
 tests/sys/netinet6/frag6/frag6_07.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/sys/netinet6/frag6/frag6_07.sh 
b/tests/sys/netinet6/frag6/frag6_07.sh
index 09c82102b9b0..6189314013fd 100755
--- a/tests/sys/netinet6/frag6/frag6_07.sh
+++ b/tests/sys/netinet6/frag6/frag6_07.sh
@@ -218,9 +218,6 @@ frag6_07_head() {
 }
 
 frag6_07_body() {
-       if [ "$(atf_config_get ci false)" = "true" ]; then
-               atf_skip "https://bugs.freebsd.org/244170";
-       fi
        frag6_body 7 frag6_07_check_stats
 }
 

Reply via email to