Temporarily skip flakey test case sys.netinet.fibs_test.udp_dontroute6 in CI

PR:		244172
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2020-02-16 17:55:32 +00:00
parent 314ef80dc4
commit db41308a28

View File

@ -626,6 +626,9 @@ 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"