diff options
Diffstat (limited to 'transport/pipe/pipe_factory_test.go')
-rwxr-xr-x | transport/pipe/pipe_factory_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/transport/pipe/pipe_factory_test.go b/transport/pipe/pipe_factory_test.go index 0f527cd5..848676cf 100755 --- a/transport/pipe/pipe_factory_test.go +++ b/transport/pipe/pipe_factory_test.go @@ -122,7 +122,6 @@ func Test_Pipe_PipeError2(t *testing.T) { } func Test_Pipe_Failboot(t *testing.T) { - t.Parallel() cmd := exec.Command("php", "../../tests/failboot.php") ctx := context.Background() @@ -430,7 +429,6 @@ func Test_Echo_Slow(t *testing.T) { } func Test_Broken(t *testing.T) { - t.Parallel() ctx := context.Background() cmd := exec.Command("php", "../../tests/client.php", "broken", "pipes") |