aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2021-10-11 21:40:24 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-10-11 21:40:24 +0000
commit2d827c065a1c6ed12d48fc71ab41443e2de0936f (patch)
tree5e7f6de0ce0a5f1f14e3a7207a17df5b246dcedc
parentcdccd11b366d3c64331176c4ffe591969c86b0e3 (diff)
downloadsrc-2d827c065a1c6ed12d48fc71ab41443e2de0936f.tar.gz
src-2d827c065a1c6ed12d48fc71ab41443e2de0936f.zip
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
-rwxr-xr-xtests/sys/net/if_lagg_test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/sys/net/if_lagg_test.sh b/tests/sys/net/if_lagg_test.sh
index 1c9cc5551ae3..cf1dcd4359ca 100755
--- a/tests/sys/net/if_lagg_test.sh
+++ b/tests/sys/net/if_lagg_test.sh
@@ -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"