]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.9] os: skip TestPipeThreads as flaky for 1.9
authorIan Lance Taylor <iant@golang.org>
Fri, 13 Oct 2017 19:22:20 +0000 (12:22 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 25 Oct 2017 20:23:47 +0000 (20:23 +0000)
Updates #21559

Change-Id: I90fa8b4ef97c4251440270491ac4c833d76ee872
Reviewed-on: https://go-review.googlesource.com/70771
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/os_test.go

index dbe4ff8830e305bca08944b5001b1c4355e1ec6e..d04ba917b3770b0e47c07e2af0f53aa6904e1626 100644 (file)
@@ -2176,6 +2176,8 @@ func TestPipeThreads(t *testing.T) {
                t.Skip("skipping on Plan 9; does not support runtime poller")
        }
 
+       testenv.SkipFlaky(t, 21559)
+
        threads := 100
 
        // OpenBSD has a low default for max number of files.