Temporarily disable sys.netinet6.exthdr on i386

PR:		241493
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2019-11-05 17:49:15 +00:00
parent 484c413722
commit b0460c4c22
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354362

View File

@ -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