git: 7a83fedc116d - main - tests/if_lagg_test: unskip 'witness' testcase

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Tue, 16 Dec 2025 10:21:40 UTC
The branch main has been updated by lwhsu:

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

commit 7a83fedc116d827cc9c6d8e049b785f1d7b68dcd
Author:     Siva Mahadevan <me@svmhdvn.name>
AuthorDate: 2025-07-15 16:45:24 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2025-12-16 10:20:44 +0000

    tests/if_lagg_test: unskip 'witness' testcase
    
    This testcase passes consistently (in 100+ runs) now.
    
    Signed-off-by:  Siva Mahadevan <me@svmhdvn.name>
    PR:             244163, 251726
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
---
 tests/sys/net/if_lagg_test.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/sys/net/if_lagg_test.sh b/tests/sys/net/if_lagg_test.sh
index e2b998599991..992cdd1ebc0d 100755
--- a/tests/sys/net/if_lagg_test.sh
+++ b/tests/sys/net/if_lagg_test.sh
@@ -392,9 +392,6 @@ witness_head()
 }
 witness_body()
 {
-	if [ "$(atf_config_get ci false)" = "true" ]; then
-		atf_skip "https://bugs.freebsd.org/244163 and https://bugs.freebsd.org/251726"
-	fi
 	if [ `sysctl -n debug.witness.watch` -ne 1 ]; then
 		atf_skip "witness(4) is not enabled"
 	fi