mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Temporarily disable sys.netinet6.exthdr on i386
PR: 241493 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
484c413722
commit
b0460c4c22
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354362
@ -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