diff options
author | Valery Piashchynski <[email protected]> | 2021-10-30 14:56:35 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-10-30 14:56:35 +0300 |
commit | 875f0060501fa3f32b21c1670aeb5efe15a37e24 (patch) | |
tree | af01ea1a12f071250b97f64f31f1cc98378d40ce /transport | |
parent | c8c3f9f113eae13aa37cf92043b288bb0c68a622 (diff) |
Add docs, update tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'transport')
-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") |