The branch main has been updated by glebius:

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

commit 0089d83b3a21a7f5f7140b6c8f55c900f9d27589
Author:     Gleb Smirnoff <[email protected]>
AuthorDate: 2024-05-06 22:25:53 +0000
Commit:     Gleb Smirnoff <[email protected]>
CommitDate: 2024-05-06 22:27:32 +0000

    lagg: enable tests that stress the configuration changes
    
    I wasn't able to reproduce a crash in several runs.  Might be that
    48698ead6ff0 or earlier changes have closed the races.  In case crashes
    with just enabled tests are registered, I will either work on them or
    disable tests again.
---
 tests/sys/net/if_lagg_test.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tests/sys/net/if_lagg_test.sh b/tests/sys/net/if_lagg_test.sh
index 1e07d4db294d..4bdb59c8aab9 100755
--- a/tests/sys/net/if_lagg_test.sh
+++ b/tests/sys/net/if_lagg_test.sh
@@ -83,10 +83,6 @@ status_stress_body()
 {
        local TAP0 TAP1 LAGG MAC
 
-       if [ "$(atf_config_get ci false)" = "true" ]; then
-               atf_skip "Skipping this test because it panics the machine 
fairly often"
-       fi
-
        # Configure the lagg interface to use an RFC5737 nonrouteable addresses
        ADDR="192.0.2.2"
        MASK="24"
@@ -142,8 +138,6 @@ create_destroy_stress_body()
 {
        local TAP0 TAP1 LAGG MAC
 
-       atf_skip "Skipping this test because it easily panics the machine"
-
        TAP0=`get_tap`
        TAP1=`get_tap`
        TAP2=`get_tap`
@@ -261,8 +255,6 @@ up_destroy_stress_body()
 {
        local TAP0 TAP1 LAGG MAC SRCDIR
 
-       atf_skip "Skipping this test because it panics the machine fairly often"
-
        # Configure the lagg interface to use an RFC5737 nonrouteable addresses
        ADDR="192.0.2.2"
        MASK="24"

Reply via email to