diff --git a/spec/asar-spec.js b/spec/asar-spec.js index 6e158c780a..b3ed9912d1 100644 --- a/spec/asar-spec.js +++ b/spec/asar-spec.js @@ -613,9 +613,7 @@ describe('asar package', function () { }) }) - // TODO(alexeykuzmin): [Ch66] Fail on timeout. - // Fix them and enable. - xdescribe('child_process.fork', function () { + describe('child_process.fork', function () { it('opens a normal js file', function (done) { var child = ChildProcess.fork(path.join(fixtures, 'asar', 'a.asar', 'ping.js')) child.on('message', function (msg) {