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

PR:		246443
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2020-05-13 20:37:46 +00:00
parent bf3dd13d41
commit b18e0a534f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361019

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