Enable childprocess.fork asar specs, fixed during run_as_node fixes

This commit is contained in:
Samuel Attard 2018-06-18 13:50:34 +10:00
parent bc8525d2f3
commit e70b93ad91

View file

@ -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) {