Skip sys.net.if_lagg_test.status_stress in CI

This case panics the machine fairly often and we should run
stress tests separately.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2021-10-12 05:40:24 +08:00
parent cdccd11b36
commit 2d827c065a
No known key found for this signature in database
GPG key ID: 82B261B14D3BC7AF

View file

@ -84,6 +84,10 @@ status_stress_body()
{
local TAP0 TAP1 LAGG MAC
if [ "$(atf_config_get ci false)" = "true" ]; then
atf_skip "Skipping this test because it panics the machine fairly often"
fi
# Configure the lagg interface to use an RFC5737 nonrouteable addresses
ADDR="192.0.2.2"
MASK="24"