mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
Temporarily skip flaky test case: sys.netpfil.common.dummynet.ipfw_queue
PR: 264805 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9fc6a63522
commit
b256d2dc0c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user