mirror of https://github.com/golang/go.git
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
|
|
@ -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…
Reference in New Issue