Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2021 01:34:45 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: 8b44e26df3dc - main - tests: sys.netpfil.pf.forward.v6 fails in CI
Message-ID:  <202112160134.1BG1YjYs034020@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=8b44e26df3dc845817afcd10e4c5e10f664be086

commit 8b44e26df3dc845817afcd10e4c5e10f664be086
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-16 01:27:44 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-12-16 01:32:37 +0000

    tests: sys.netpfil.pf.forward.v6 fails in CI
    
    sys.netpfil.pf.forward.v6 has been failing in CI. File a bug and disable
    until it can be resolved.
    
    PR:             260460
    Sponsored by:   Netflix
---
 tests/sys/netpfil/pf/forward.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/sys/netpfil/pf/forward.sh b/tests/sys/netpfil/pf/forward.sh
index 7d5bde00d137..e507c3a2b1ee 100644
--- a/tests/sys/netpfil/pf/forward.sh
+++ b/tests/sys/netpfil/pf/forward.sh
@@ -102,6 +102,10 @@ v6_body()
 {
 	pft_init
 
+	if [ "$(atf_config_get ci false)" = "true" ]; then
+		atf_skip "https://bugs.freebsd.org/260460"
+	fi
+
 	epair_send=$(vnet_mkepair)
 	epair_recv=$(vnet_mkepair)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112160134.1BG1YjYs034020>