aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-11-05 17:49:15 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-11-05 17:49:15 +0000
commitb0460c4c22c9b71d3d54ac39032a087ef083f5dd (patch)
tree39b24cc844a9cd3be87415c8ff41f7abaffe36dc /tests
parent484c41372285a29d81aadeb5c2a5bbabc52ca3fd (diff)
Notes
Diffstat (limited to 'tests')
-rwxr-xr-xtests/sys/netinet6/exthdr.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/sys/netinet6/exthdr.sh b/tests/sys/netinet6/exthdr.sh
index b7255befc9cd1..1e21fa23a4fb1 100755
--- a/tests/sys/netinet6/exthdr.sh
+++ b/tests/sys/netinet6/exthdr.sh
@@ -38,6 +38,11 @@ exthdr_head() {
exthdr_body() {
+ if [ "$(atf_config_get ci false)" = "true" ] && \
+ [ "$(uname -p)" = "i386" ]; then
+ atf_skip "https://bugs.freebsd.org/241493"
+ fi
+
ids=65533
id=`printf "%x" ${ids}`
if [ $$ -gt 65535 ]; then