]> xenbits.xensource.com Git - freebsd.git/commitdiff
Temporarily skip sys.netpfil.common.forward.pf_v4 on i386 CI as it always fails
authorlwhsu <lwhsu@FreeBSD.org>
Tue, 17 Sep 2019 22:08:16 +0000 (22:08 +0000)
committerlwhsu <lwhsu@FreeBSD.org>
Tue, 17 Sep 2019 22:08:16 +0000 (22:08 +0000)
PR: 240085
Sponsored by: The FreeBSD Foundation

tests/sys/netpfil/common/forward.sh

index 9f73bb139598944dc606a1f9d30ac70da5ddeefa..0b2f7acfb785d6e5662fcf2caef7a8eb892012f0 100755 (executable)
@@ -40,6 +40,10 @@ v4_head()
 v4_body()
 {
        firewall=$1
+       if [ "$(atf_config_get ci false)" = "true" ] && \
+               [ "$(uname -p)" = "i386" ] && [ "${firewall}" = "pf" ]; then
+               atf_skip "https://bugs.freebsd.org/240085"
+       fi
        firewall_init $firewall
 
        epair_send=$(vnet_mkepair)