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.