The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=681e9d3e391f30a512c523514f69a63c9782a901
commit 681e9d3e391f30a512c523514f69a63c9782a901 Author: Siva Mahadevan <[email protected]> AuthorDate: 2025-07-15 16:45:24 +0000 Commit: Li-Wen Hsu <[email protected]> CommitDate: 2025-12-16 16:39:14 +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 --- 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 }
