mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Temporarily skip failing test case sys.netpfil.pf.fragmentation.v6
PR: 244393 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4c1cdd4a7c
commit
bebf52f1ec
1 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,10 @@ v6_head()
|
|||
|
||||
v6_body()
|
||||
{
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/244393"
|
||||
fi
|
||||
|
||||
pft_init
|
||||
|
||||
epair_send=$(vnet_mkepair)
|
||||
|
|
|
|||
Loading…
Reference in a new issue