diff options
author | Valery Piashchynski <[email protected]> | 2021-10-30 13:33:06 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-30 13:33:06 -0700 |
commit | b78558d0af7f813f81de0338400f99291932347f (patch) | |
tree | e71fcd3ed2d8bbc1bb4542290a11d5cb9730a4b1 /transport | |
parent | c8c3f9f113eae13aa37cf92043b288bb0c68a622 (diff) | |
parent | 1cac0d3efd40e8950004c8d953fb5d1f2d53197b (diff) |
[#839]: refactoring(eventsbus): add docs, udpate testsv2.6.0-alpha.2
[#839]: refactoring(eventsbus): add docs, udpate tests
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") |