]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
device: disable waitpool tests
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 22 Feb 2021 14:12:03 +0000 (15:12 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 22 Feb 2021 14:26:47 +0000 (15:26 +0100)
This code is stable, and the test is finicky, especially on high core
count systems, so just disable it.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
device/pools_test.go

index 717072f69c65001728ebdf3d2d7041190fd4dafd..b0840e1fc074c946ef7fc57c882f68b32877716f 100644 (file)
@@ -15,6 +15,7 @@ import (
 )
 
 func TestWaitPool(t *testing.T) {
+       t.Skip("Currently disabled")
        var wg sync.WaitGroup
        trials := int32(100000)
        if raceEnabled {