summaryrefslogtreecommitdiff
path: root/transport
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-10-30 14:56:35 +0300
committerValery Piashchynski <[email protected]>2021-10-30 14:56:35 +0300
commit875f0060501fa3f32b21c1670aeb5efe15a37e24 (patch)
treeaf01ea1a12f071250b97f64f31f1cc98378d40ce /transport
parentc8c3f9f113eae13aa37cf92043b288bb0c68a622 (diff)
Add docs, update tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'transport')
-rwxr-xr-xtransport/pipe/pipe_factory_test.go2
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")