]> Cypherpunks repositories - gostls13.git/commitdiff
os/exec: use testenv.SkipFlaky in TestExtraFilesFDShuffle
authorTobias Klauser <tklauser@distanz.ch>
Tue, 23 Mar 2021 10:59:34 +0000 (11:59 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 24 Mar 2021 05:15:53 +0000 (05:15 +0000)
Change-Id: Icc1980ea0f6363c667bf91371404a8df6ed6b8ab
Reviewed-on: https://go-review.googlesource.com/c/go/+/303950
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>

src/os/exec/exec_test.go

index c1d2a8f49ca3c7e1238265295482d89971b0c528..d854e0de843d69eff3da155b0710812c412d068b 100644 (file)
@@ -488,7 +488,7 @@ func numOpenFDsAndroid(t *testing.T) (n int, lsof []byte) {
 }
 
 func TestExtraFilesFDShuffle(t *testing.T) {
-       t.Skip("flaky test; see https://golang.org/issue/5780")
+       testenv.SkipFlaky(t, 5780)
        switch runtime.GOOS {
        case "windows":
                t.Skip("no operating system support; skipping")