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:
parent
cdccd11b36
commit
2d827c065a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user