mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
REVIEW: destroy process singleton on sequence where IO is allowed
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user