git: b256d2dc0c2f - main - Temporarily skip flaky test case: sys.netpfil.common.dummynet.ipfw_queue
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jun 2022 12:01:29 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=b256d2dc0c2f00ce41a7b9c43d180a28bef4bb86
commit b256d2dc0c2f00ce41a7b9c43d180a28bef4bb86
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-06-21 12:00:07 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-06-21 12:00:07 +0000
Temporarily skip flaky test case: sys.netpfil.common.dummynet.ipfw_queue
PR: 264805
Sponsored by: The FreeBSD Foundation
---
tests/sys/netpfil/common/dummynet.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/sys/netpfil/common/dummynet.sh b/tests/sys/netpfil/common/dummynet.sh
index 99d4f22ca366..609bf3daf6ad 100644
--- a/tests/sys/netpfil/common/dummynet.sh
+++ b/tests/sys/netpfil/common/dummynet.sh
@@ -172,6 +172,11 @@ queue_head()
queue_body()
{
fw=$1
+
+ if [ $fw = "ipfw" ] && [ "$(atf_config_get ci false)" = "true" ]; then
+ atf_skip "https://bugs.freebsd.org/264805"
+ fi
+
firewall_init $fw
dummynet_init $fw