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 86e87c3bd1.
This commit is contained in:
Enji Cooper
2026-05-06 16:08:26 -07:00
parent efa8679e7f
commit 3348fa7a45
-3
View File
@@ -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
}