From a95fcd81d5713dd10d70ce9980f15309b3fb7cb6 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Thu, 27 Jan 2022 10:16:21 +0100 Subject: [PATCH] netpfil tests: re-enable dummynet tests These had been disabled due to panics with queued packets keeping pointers (in m->m_pkthdr.rcvif) to removed interfaces. This issue has been resolved in 165746f4e4, so the tests can be run again. Sponsored by: Rubicon Communications, LLC ("Netgate") --- tests/sys/netpfil/common/utils.subr | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/sys/netpfil/common/utils.subr b/tests/sys/netpfil/common/utils.subr index b155d0f8642..43cd856b2e8 100644 --- a/tests/sys/netpfil/common/utils.subr +++ b/tests/sys/netpfil/common/utils.subr @@ -111,10 +111,6 @@ dummynet_init() atf_skip "This test requires dummynet" fi - if [ "$(atf_config_get ci false)" = "true" ]; then - atf_skip "Skip to avoid dummynet_send() panic. See https://reviews.freebsd.org/D33064" - fi - case $firewall in ipfw|pf) # Nothing. This is okay.