Temporarily skip failing sys.net.if_lagg_test.witness on i386 CI
PR: 244163 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5987b2b9cb
commit
af7aa126de
@ -398,6 +398,10 @@ witness_head()
|
||||
}
|
||||
witness_body()
|
||||
{
|
||||
if [ "$(atf_config_get ci false)" = "true" ] && \
|
||||
[ "$(uname -p)" = "i386" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/244163"
|
||||
fi
|
||||
if [ `sysctl -n debug.witness.watch` -ne 1 ]; then
|
||||
atf_skip "witness(4) is not enabled"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user