mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Skip the right test case
PR: 244172 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d0c58a23a6
commit
06bd9afc5f
1 changed files with 3 additions and 3 deletions
|
|
@ -626,9 +626,6 @@ udp_dontroute_head()
|
|||
|
||||
udp_dontroute_body()
|
||||
{
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/244172"
|
||||
fi
|
||||
# Configure the TAP interface to use an RFC5737 nonrouteable address
|
||||
# and a non-default fib
|
||||
ADDR0="192.0.2.2"
|
||||
|
|
@ -680,6 +677,9 @@ udp_dontroute6_head()
|
|||
|
||||
udp_dontroute6_body()
|
||||
{
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/244172"
|
||||
fi
|
||||
# Configure the TAP interface to use an RFC3849 nonrouteable address
|
||||
# and a non-default fib
|
||||
ADDR0="2001:db8::2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue