The branch main has been updated by lwhsu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=e93e57d3da2ea54598b5db01cc12a3acd656faba

commit e93e57d3da2ea54598b5db01cc12a3acd656faba
Author:     Siva Mahadevan <[email protected]>
AuthorDate: 2025-07-15 16:45:24 +0000
Commit:     Li-Wen Hsu <[email protected]>
CommitDate: 2025-12-16 10:15:30 +0000

    tests/fibs_test: unskip udp_dontroute6 testcase
    
    This test now consistently passes (300+ consecutive runs).
    
    Signed-off-by:  Siva Mahadevan <[email protected]>
    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 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"

Reply via email to