git: 3348fa7a45fd - main - Revert "Skip sys.netinet6.frag6.frag6_19.frag6_19 in CI"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 May 2026 23:14:10 UTC
The branch main has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=3348fa7a45fdf14a7af509e306229bd211444f1e
commit 3348fa7a45fdf14a7af509e306229bd211444f1e
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-05-06 23:08:26 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-05-06 23:08:26 +0000
Revert "Skip sys.netinet6.frag6.frag6_19.frag6_19 in CI"
Per [siva@'s comment on the PR][1], this testcase now passes cleanly in CI.
PR: 274941
MFC after: 1 week
[1]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274941#c6
This reverts commit 86e87c3bd1b377242aafe7e2222ae17ca0be96d9.
---
tests/sys/netinet6/frag6/frag6_19.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tests/sys/netinet6/frag6/frag6_19.sh b/tests/sys/netinet6/frag6/frag6_19.sh
index 187876c4c2bc..34095ed74f7a 100755
--- a/tests/sys/netinet6/frag6/frag6_19.sh
+++ b/tests/sys/netinet6/frag6/frag6_19.sh
@@ -207,9 +207,6 @@ frag6_19_head() {
}
frag6_19_body() {
- if [ "$(atf_config_get ci false)" = "true" ]; then
- atf_skip "https://bugs.freebsd.org/274941"
- fi
frag6_body 19 frag6_19_check_stats
}