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

tests/sys/netpfil/common/tos.sh

index 452c6a002bbf1682944afdd9f0444e0f1584926d..0b8bbb7dfc3eb82b9eda143e3e08ec8f140321a0 100644 (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)