Also skip sys/net/if_lagg_test:witness on non-i386

The LOR also happens on amd64 and other architectures. Ideally we would
fix this. However, in order to get Jenkins green again to catch real
regressions, we should skip this test for now.

PR:		251726
Reviewed By:	lwhsu
Differential Revision: https://reviews.freebsd.org/D29341
This commit is contained in:
Alex Richardson 2021-03-19 18:35:04 +00:00
parent 7dd1f932c1
commit ee231b27ff

View File

@ -403,8 +403,7 @@ witness_head()
witness_body()
{
if [ "$(atf_config_get ci false)" = "true" ] && \
[ "$(uname -p)" = "i386" ]; then
atf_skip "https://bugs.freebsd.org/244163"
atf_skip "https://bugs.freebsd.org/244163 and https://bugs.freebsd.org/251726"
fi
if [ `sysctl -n debug.witness.watch` -ne 1 ]; then
atf_skip "witness(4) is not enabled"