Enable childprocess.fork asar specs, fixed during run_as_node fixes
This commit is contained in:
parent
bc8525d2f3
commit
e70b93ad91
1 changed files with 1 additions and 3 deletions
|
@ -613,9 +613,7 @@ describe('asar package', function () {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO(alexeykuzmin): [Ch66] Fail on timeout.
|
describe('child_process.fork', function () {
|
||||||
// Fix them and enable.
|
|
||||||
xdescribe('child_process.fork', function () {
|
|
||||||
it('opens a normal js file', function (done) {
|
it('opens a normal js file', function (done) {
|
||||||
var child = ChildProcess.fork(path.join(fixtures, 'asar', 'a.asar', 'ping.js'))
|
var child = ChildProcess.fork(path.join(fixtures, 'asar', 'a.asar', 'ping.js'))
|
||||||
child.on('message', function (msg) {
|
child.on('message', function (msg) {
|
||||||
|
|
Loading…
Reference in a new issue