diff --git a/src/pkg/os/exec/exec_test.go b/src/pkg/os/exec/exec_test.go index bdfe69a21b..6f5860e955 100644 --- a/src/pkg/os/exec/exec_test.go +++ b/src/pkg/os/exec/exec_test.go @@ -196,6 +196,8 @@ func basefds() uintptr { } func TestExtraFilesFDShuffle(t *testing.T) { + t.Skip("TODO: TestExtraFilesFDShuffle is too non-portable; skipping") + // syscall.StartProcess maps all the FDs passed to it in // ProcAttr.Files (the concatenation of stdin,stdout,stderr and // ExtraFiles) into consecutive FDs in the child, that is: