Temporarily disable sys.netinet6.exthdr on i386
PR: 241493 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
befdd3b4ae
commit
763dbec421
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user