Temporarily skip sys.net.if_bridge_test.stp in CI as it always times out
PR: 244229 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
40988c2456
commit
bf3dd13d41
@ -77,6 +77,10 @@ stp_head()
|
||||
|
||||
stp_body()
|
||||
{
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/246448"
|
||||
fi
|
||||
|
||||
vnet_init
|
||||
|
||||
epair_one=$(vnet_mkepair)
|
||||
|
Loading…
Reference in New Issue
Block a user