aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/os/exec/exec_test.go
diff options
context:
space:
mode:
authorCarl Shapiro <cshapiro@google.com>2013-08-23 16:53:32 -0700
committerCarl Shapiro <cshapiro@google.com>2013-08-23 16:53:32 -0700
commit221eef6808654bd09de8d249b1dddb9c25f68347 (patch)
treec0ad5e9089df42000f6278417e8c4a85922abb01 /src/pkg/os/exec/exec_test.go
parentd4f719ee13312e283af3346b7814f578e6db2155 (diff)
downloadgo-221eef6808654bd09de8d249b1dddb9c25f68347.tar.xz
os/exec: remove flaky TestExtraFilesFDShuffle test
Update #5780 R=golang-dev, cshapiro, dave, bradfitz CC=golang-dev https://golang.org/cl/12869049
Diffstat (limited to 'src/pkg/os/exec/exec_test.go')
-rw-r--r--src/pkg/os/exec/exec_test.go1
1 files changed, 1 insertions, 0 deletions
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