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.
|
||||
xit('emit error when connect to a socket path without listeners', (done) => {
|
||||
it('emit error when connect to a socket path without listeners', (done) => {
|
||||
const socketPath = path.join(os.tmpdir(), 'atom-shell-test.sock')
|
||||
const script = path.join(fixtures, 'module', 'create_socket.js')
|
||||
const child = ChildProcess.fork(script, [socketPath])
|
||||
|
|
Loading…
Reference in a new issue