mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
Temporarily skip flakey test case sys.netinet6.frag6.frag6_07.frag6_07 in CI
PR: 244170 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
59e4be225c
commit
314ef80dc4
1 changed files with 3 additions and 0 deletions
|
|
@ -219,6 +219,9 @@ 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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue