summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSiva Mahadevan <me@svmhdvn.name>2025-07-15 12:45:24 -0400
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2025-12-17 00:39:14 +0800
commit681e9d3e391f30a512c523514f69a63c9782a901 (patch)
tree3424c875e4f505308882d9bab1c308daa6a54e9e /tests
parenta6ea80bc917510b5e056cc5a29b62dfd7b39d068 (diff)
Unskip test sys.netinet6.frag6.frag6_07.frag6_07
This is now consistently passing with 100+ consecutive runs. Signed-off-by: Siva Mahadevan <me@svmhdvn.name> PR: 244170 MFC after: 3 days Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'tests')
-rwxr-xr-xtests/sys/netinet6/frag6/frag6_07.sh3
1 files changed, 0 insertions, 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
}