Only skip sys.net.if_clone_test.epair_stress in CI env
PR: 246443 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
bf3dd13d41
commit
b18e0a534f
@ -47,7 +47,9 @@ epair_stress_head()
|
||||
}
|
||||
epair_stress_body()
|
||||
{
|
||||
atf_skip "https://bugs.freebsd.org/246443"
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/246443"
|
||||
fi
|
||||
do_stress "epair"
|
||||
}
|
||||
epair_stress_cleanup()
|
||||
|
Loading…
Reference in New Issue
Block a user