mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pf tests: Re-enable panicing tests
We've fixed the vnet/epair cleanup race, so it is now safe to re-enable these tests. MFC after: 2 weeks Sponsored by: Modirum MDPay
This commit is contained in:
parent
7f883a9b5b
commit
c49747eaf2
3 changed files with 0 additions and 6 deletions
|
|
@ -36,7 +36,6 @@ names_head()
|
|||
|
||||
names_body()
|
||||
{
|
||||
atf_skip "Kernel panics when flushing epair queue (bug238870)"
|
||||
pft_init
|
||||
|
||||
epair=$(vnet_mkepair)
|
||||
|
|
|
|||
|
|
@ -36,10 +36,6 @@ exhaust_head()
|
|||
|
||||
exhaust_body()
|
||||
{
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/244703"
|
||||
fi
|
||||
|
||||
pft_init
|
||||
|
||||
epair_nat=$(vnet_mkepair)
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ synproxy_head()
|
|||
|
||||
synproxy_body()
|
||||
{
|
||||
atf_skip "Kernel panics when flushing epair queue (bug238870)"
|
||||
pft_init
|
||||
|
||||
epair=$(vnet_mkepair)
|
||||
|
|
|
|||
Loading…
Reference in a new issue