Commit 221eef68 authored by Carl Shapiro's avatar Carl Shapiro

os/exec: remove flaky TestExtraFilesFDShuffle test

Update #5780

R=golang-dev, cshapiro, dave, bradfitz
CC=golang-dev
https://golang.org/cl/12869049
parent d4f719ee
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment