Temporarily skip sys.net.if_clone_test.epair_stress

This case timed out so often

PR:		246443
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2020-05-13 19:29:14 +00:00
parent fd26063f4a
commit 40988c2456

View File

@ -47,6 +47,7 @@ epair_stress_head()
}
epair_stress_body()
{
atf_skip "https://bugs.freebsd.org/246443"
do_stress "epair"
}
epair_stress_cleanup()