git: 0ac48eae867c - stable/15 - Revert "Skip sys.netinet6.frag6.frag6_19.frag6_19 in CI"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jun 2026 18:09:20 UTC
The branch stable/15 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=0ac48eae867c13423a895e2e1fcf22f4353a8b23
commit 0ac48eae867c13423a895e2e1fcf22f4353a8b23
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-05-06 23:08:26 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-06-12 18:09:15 +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.
(cherry picked from commit 3348fa7a45fdf14a7af509e306229bd211444f1e)
---
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
}