Temporarily skip sys.netpfil.common.tos.pf_tos on i386 CI as it always fails

PR:		240086
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2019-09-17 22:09:14 +00:00
parent ae92090ae0
commit ebcb81079e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352463

View File

@ -40,6 +40,10 @@ tos_head()
tos_body()
{
firewall=$1
if [ "$(atf_config_get ci false)" = "true" ] && \
[ "$(uname -p)" = "i386" ] && [ "${firewall}" = "pf" ]; then
atf_skip "https://bugs.freebsd.org/240086"
fi
firewall_init $firewall
epair_send=$(vnet_mkepair)