Temporarily disable sys.netinet.divert.* on i386
PR: 244703 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
fdbfa4f19e
commit
a1841da4fa
@ -47,6 +47,11 @@ ipdivert_ip_output_remote_success_head() {
|
||||
|
||||
ipdivert_ip_output_remote_success_body() {
|
||||
|
||||
if [ "$(atf_config_get ci false)" = "true" ] && \
|
||||
[ "$(uname -p)" = "i386" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/245764"
|
||||
fi
|
||||
|
||||
ids=65530
|
||||
id=`printf "%x" ${ids}`
|
||||
if [ $$ -gt 65535 ]; then
|
||||
@ -97,6 +102,11 @@ ipdivert_ip_input_local_success_head() {
|
||||
|
||||
ipdivert_ip_input_local_success_body() {
|
||||
|
||||
if [ "$(atf_config_get ci false)" = "true" ] && \
|
||||
[ "$(uname -p)" = "i386" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/245764"
|
||||
fi
|
||||
|
||||
ids=65529
|
||||
id=`printf "%x" ${ids}`
|
||||
if [ $$ -gt 65535 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user