Date: Mon, 24 Jun 2024 21:10:57 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 617688369784 - main - sys.netinet6.divert.ipdivert_ip6_output_remote_success fails Message-ID: <202406242110.45OLAvRR045461@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=6176883697840cc7714fa1b4cacfb1219e1562bd commit 6176883697840cc7714fa1b4cacfb1219e1562bd Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-06-24 21:09:32 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-06-24 21:11:05 +0000 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 --- tests/sys/netinet6/divert.sh | 4 ++++ 1 file changed, 4 insertions(+) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406242110.45OLAvRR045461>