aboutsummaryrefslogtreecommitdiff
path: root/tests/sys
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-04-22 20:50:24 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-04-22 20:50:24 +0000
commit87e9ade239dc42783c41b69077bbb9c75ab0702a (patch)
tree781f344ec04e82eefa0fd6bec83853f31a3efac2 /tests/sys
parent871eec00e252fcdf21c24e313ab7da8ee7b7d39d (diff)
Notes
Diffstat (limited to 'tests/sys')
-rwxr-xr-xtests/sys/netipsec/tunnel/empty.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/sys/netipsec/tunnel/empty.sh b/tests/sys/netipsec/tunnel/empty.sh
index 823b685f7903a..82e5de463bf68 100755
--- a/tests/sys/netipsec/tunnel/empty.sh
+++ b/tests/sys/netipsec/tunnel/empty.sh
@@ -11,6 +11,10 @@ v4_head()
v4_body()
{
+ if [ "$(atf_config_get ci false)" = "true" ]; then
+ atf_skip "https://bugs.freebsd.org/245832"
+ fi
+
# Can't use filename "null" for this script: PR 223564
ist_test 4 null ""
}
@@ -29,6 +33,10 @@ v6_head()
v6_body()
{
+ if [ "$(atf_config_get ci false)" = "true" ]; then
+ atf_skip "https://bugs.freebsd.org/245832"
+ fi
+
ist_test 6 null ""
}