aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-06-24 21:09:32 +0000
committerWarner Losh <imp@FreeBSD.org>2024-06-24 21:11:05 +0000
commit6176883697840cc7714fa1b4cacfb1219e1562bd (patch)
tree475f70c7f31d46af31602503d6408bd6c635d4ce
parent677b28750a86a63d2e94d1187166fe5ccf0e1813 (diff)
downloadsrc-6176883697840cc7714fa1b4cacfb1219e1562bd.tar.gz
src-6176883697840cc7714fa1b4cacfb1219e1562bd.zip
sys.netinet6.divert.ipdivert_ip6_output_remote_success fails
Disable it. It's been failing with the useful 1 != 0 (1 != 0) for weeks if not months now. PR: 279975 Sponsored by: Netflix
-rwxr-xr-xtests/sys/netinet6/divert.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/sys/netinet6/divert.sh b/tests/sys/netinet6/divert.sh
index 2cf57c5966b0..3517c0f1777f 100755
--- a/tests/sys/netinet6/divert.sh
+++ b/tests/sys/netinet6/divert.sh
@@ -46,6 +46,10 @@ ipdivert_ip6_output_remote_success_head() {
ipdivert_ip6_output_remote_success_body() {
+ if [ "$(atf_config_get ci false)" = "true" ]; then
+ atf_skip "https://bugs.freebsd.org/279975"
+ fi
+
ids=65530
id=`printf "%x" ${ids}`
if [ $$ -gt 65535 ]; then