Only skip sys.net.if_clone_test.epair_stress in CI env

PR:		246443
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
lwhsu 2020-05-13 20:37:46 +00:00
parent a61d263769
commit 5f0a69f87f

View File

@ -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()