Author: lwhsu Date: Wed Feb 26 15:15:55 2020 New Revision: 358335 URL: https://svnweb.freebsd.org/changeset/base/358335
Log: Skip the right test case PR: 244172 Sponsored by: The FreeBSD Foundation Modified: head/tests/sys/netinet/fibs_test.sh Modified: head/tests/sys/netinet/fibs_test.sh ============================================================================== --- head/tests/sys/netinet/fibs_test.sh Wed Feb 26 15:12:38 2020 (r358334) +++ head/tests/sys/netinet/fibs_test.sh Wed Feb 26 15:15:55 2020 (r358335) @@ -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" _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"