REVIEW: destroy process singleton on sequence where IO is allowed
This commit is contained in:
parent
c3154d86e0
commit
88e53b1b5e
13 changed files with 90 additions and 110 deletions
|
@ -159,8 +159,7 @@ describe('app module', () => {
|
|||
})
|
||||
})
|
||||
|
||||
// TODO(deepak1556): Fix and enable for base dchecks.
|
||||
xdescribe('app.makeSingleInstance', () => {
|
||||
describe('app.makeSingleInstance', () => {
|
||||
it('prevents the second launch of app', function (done) {
|
||||
this.timeout(120000)
|
||||
const appPath = path.join(__dirname, 'fixtures', 'api', 'singleton')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue