From: Carl Shapiro Date: Fri, 23 Aug 2013 23:53:32 +0000 (-0700) Subject: os/exec: remove flaky TestExtraFilesFDShuffle test X-Git-Tag: go1.2rc2~438 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=221eef6808654bd09de8d249b1dddb9c25f68347;p=gostls13.git os/exec: remove flaky TestExtraFilesFDShuffle test Update #5780 R=golang-dev, cshapiro, dave, bradfitz CC=golang-dev https://golang.org/cl/12869049 --- diff --git a/src/pkg/os/exec/exec_test.go b/src/pkg/os/exec/exec_test.go index 8448a67d0a..d7e8573a08 100644 --- a/src/pkg/os/exec/exec_test.go +++ b/src/pkg/os/exec/exec_test.go @@ -205,6 +205,7 @@ func closeUnexpectedFds(t *testing.T, m string) { } func TestExtraFilesFDShuffle(t *testing.T) { + t.Skip("flaky test; see http://golang.org/issue/5780") switch runtime.GOOS { case "darwin": // TODO(cnicolaou): http://golang.org/issue/2603