From f43eafb94ee08110f717d92ab6db1a9c625bd097 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 18 Jun 2018 13:30:36 +1000 Subject: [PATCH] Fixed the fork tests, remove comment --- spec/node-spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/node-spec.js b/spec/node-spec.js index 454d3a51ceb5..9c3adc8227a3 100644 --- a/spec/node-spec.js +++ b/spec/node-spec.js @@ -11,7 +11,6 @@ describe('node feature', () => { const fixtures = path.join(__dirname, 'fixtures') describe('child_process', () => { - // TODO(alexeykuzmin): [Ch66] Time out. Fix them and enable. describe('child_process.fork', () => { it('works in current process', (done) => { const child = ChildProcess.fork(path.join(fixtures, 'module', 'ping.js'))