Enable a test
This commit is contained in:
parent
da7cfba357
commit
ad74fb9210
1 changed files with 1 additions and 2 deletions
|
@ -282,8 +282,7 @@ describe('node feature', () => {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO(alexeykuzmin): [Ch66] Fix the test.
|
it('emit error when connect to a socket path without listeners', (done) => {
|
||||||
xit('emit error when connect to a socket path without listeners', (done) => {
|
|
||||||
const socketPath = path.join(os.tmpdir(), 'atom-shell-test.sock')
|
const socketPath = path.join(os.tmpdir(), 'atom-shell-test.sock')
|
||||||
const script = path.join(fixtures, 'module', 'create_socket.js')
|
const script = path.join(fixtures, 'module', 'create_socket.js')
|
||||||
const child = ChildProcess.fork(script, [socketPath])
|
const child = ChildProcess.fork(script, [socketPath])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue