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:
lwhsu 2020-02-16 17:36:16 +00:00
parent 5c0808c69b
commit 09c0ddd2e8

View File

@ -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
}