Temporarily skip sys.netpfil.pf.forward.{v4,v6} and sys.netpfil.pf.set_tos.v4

on i386 as they are flakey on it

PR:		239380
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2019-07-22 18:54:26 +00:00
parent 63b0609c12
commit 4f6d74c9c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350221
2 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,10 @@ v4_head()
v4_body()
{
if [ `uname -p` = "i386" ]; then
atf_skip "https://bugs.freebsd.org/239380"
fi
pft_init
epair_send=$(vnet_mkepair)
@ -73,6 +77,10 @@ v6_head()
v6_body()
{
if [ `uname -p` = "i386" ]; then
atf_skip "https://bugs.freebsd.org/239380"
fi
pft_init
epair_send=$(vnet_mkepair)

View File

@ -14,6 +14,10 @@ v4_head()
v4_body()
{
if [ `uname -p` = "i386" ]; then
atf_skip "https://bugs.freebsd.org/239380"
fi
pft_init
epair_send=$(vnet_mkepair)