Temporarily skip flaky test case: sys.netpfil.common.dummynet.ipfw_queue

PR:		264805
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2022-06-21 20:00:07 +08:00
parent 9fc6a63522
commit b256d2dc0c
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF

View File

@ -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