git: 321937183be7 - stable/15 - tests/fibs_test: unskip udp_dontroute6 testcase
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Apr 2026 20:14:12 UTC
The branch stable/15 has been updated by siva:
URL: https://cgit.FreeBSD.org/src/commit/?id=321937183be7b13c2fd990b1da5f83856f6f1d93
commit 321937183be7b13c2fd990b1da5f83856f6f1d93
Author: Siva Mahadevan <siva@FreeBSD.org>
AuthorDate: 2026-04-27 20:13:42 +0000
Commit: Siva Mahadevan <siva@FreeBSD.org>
CommitDate: 2026-04-27 20:13:42 +0000
tests/fibs_test: unskip udp_dontroute6 testcase
This test now consistently passes (300+ consecutive runs).
Approved by: lwhsu (mentor)
Signed-off-by: Siva Mahadevan <me@svmhdvn.name>
PR: 244172
Sponsored by: The FreeBSD Foundation
(cherry picked from commit e93e57d3da2ea54598b5db01cc12a3acd656faba)
---
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 2d0b63f8e30a..51f19d359137 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"