diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-11-05 17:49:15 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-11-05 17:49:15 +0000 |
| commit | b0460c4c22c9b71d3d54ac39032a087ef083f5dd (patch) | |
| tree | 39b24cc844a9cd3be87415c8ff41f7abaffe36dc /tests | |
| parent | 484c41372285a29d81aadeb5c2a5bbabc52ca3fd (diff) | |
Notes
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/sys/netinet6/exthdr.sh | 5 |
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 |
