git: 8b44e26df3dc - main - tests: sys.netpfil.pf.forward.v6 fails in CI
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Dec 2021 01:34:45 UTC
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)