diff options
Diffstat (limited to 'test/js/node/child_process/child_process-node.test.js')
-rw-r--r-- | test/js/node/child_process/child_process-node.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/node/child_process/child_process-node.test.js b/test/js/node/child_process/child_process-node.test.js index ce1e68e9f..18fd88687 100644 --- a/test/js/node/child_process/child_process-node.test.js +++ b/test/js/node/child_process/child_process-node.test.js @@ -386,7 +386,7 @@ describe("child_process default options", () => { }); describe("child_process double pipe", () => { - it("should allow two pipes to be used at once", done => { + it.skip("should allow two pipes to be used at once", done => { // const { mustCallAtLeast, mustCall } = createCallCheckCtx(done); const mustCallAtLeast = fn => fn; const mustCall = fn => fn; |