From e93e57d3da2ea54598b5db01cc12a3acd656faba Mon Sep 17 00:00:00 2001 From: Siva Mahadevan Date: Tue, 15 Jul 2025 12:45:24 -0400 Subject: [PATCH] tests/fibs_test: unskip udp_dontroute6 testcase This test now consistently passes (300+ consecutive runs). Signed-off-by: Siva Mahadevan PR: 244172 Sponsored by: The FreeBSD Foundation --- tests/sys/netinet/fibs_test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/sys/netinet/fibs_test.sh b/tests/sys/netinet/fibs_test.sh index 2d0b63f8e30..51f19d35913 100644 --- a/tests/sys/netinet/fibs_test.sh +++ b/tests/sys/netinet/fibs_test.sh @@ -663,9 +663,6 @@ 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"