Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2022 12:01:29 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b256d2dc0c2f - main - Temporarily skip flaky test case: sys.netpfil.common.dummynet.ipfw_queue
Message-ID:  <202206211201.25LC1Tdi088788@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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