git: 7821ef4487f6 - main - tests: sys.net.if_bridge_test.span is failing in CI
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Dec 2021 01:34:46 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=7821ef4487f6d8a9aea5b0460ded01563b0d0a6a
commit 7821ef4487f6d8a9aea5b0460ded01563b0d0a6a
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-16 01:30:41 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-12-16 01:32:37 +0000
tests: sys.net.if_bridge_test.span is failing in CI
sys.net.if_bridge_test.span has been failing in CI for a while
now. Disable it until this can be resolved.
PR: 260461
Sponsored by: Netflix
---
tests/sys/net/if_bridge_test.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/sys/net/if_bridge_test.sh b/tests/sys/net/if_bridge_test.sh
index 3c0a31ca1076..4cc935ceefa8 100755
--- a/tests/sys/net/if_bridge_test.sh
+++ b/tests/sys/net/if_bridge_test.sh
@@ -275,6 +275,10 @@ span_body()
set -x
vnet_init
+ if [ "$(atf_config_get ci false)" = "true" ]; then
+ atf_skip "https://bugs.freebsd.org/260461"
+ fi
+
epair=$(vnet_mkepair)
epair_span=$(vnet_mkepair)
bridge=$(vnet_mkbridge)