mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
os/exec: use testenv.SkipFlaky in TestExtraFilesFDShuffle
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>
This commit is contained in:
parent
4357f71ca7
commit
2e94401277
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ func numOpenFDsAndroid(t *testing.T) (n int, lsof []byte) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestExtraFilesFDShuffle(t *testing.T) {
|
func TestExtraFilesFDShuffle(t *testing.T) {
|
||||||
t.Skip("flaky test; see https://golang.org/issue/5780")
|
testenv.SkipFlaky(t, 5780)
|
||||||
switch runtime.GOOS {
|
switch runtime.GOOS {
|
||||||
case "windows":
|
case "windows":
|
||||||
t.Skip("no operating system support; skipping")
|
t.Skip("no operating system support; skipping")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue