Skip the right test case

PR:		244172
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2020-02-26 15:15:55 +00:00
parent d0c58a23a6
commit 06bd9afc5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358335

View file

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