From: Ian Lance Taylor Date: Fri, 13 Oct 2017 19:22:20 +0000 (-0700) Subject: [release-branch.go1.9] os: skip TestPipeThreads as flaky for 1.9 X-Git-Tag: go1.9.2~7 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f69668e1d0831ab3d3c8a6590e0d5b477ae74c1a;p=gostls13.git [release-branch.go1.9] os: skip TestPipeThreads as flaky for 1.9 Updates #21559 Change-Id: I90fa8b4ef97c4251440270491ac4c833d76ee872 Reviewed-on: https://go-review.googlesource.com/70771 Run-TryBot: Russ Cox TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- diff --git a/src/os/os_test.go b/src/os/os_test.go index dbe4ff8830..d04ba917b3 100644 --- a/src/os/os_test.go +++ b/src/os/os_test.go @@ -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.