mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04: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
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue