fix: shutdown after message loop is ready (#16671)
This commit is contained in:
parent
ab503c7e43
commit
31c7ed9b8c
7 changed files with 14 additions and 38 deletions
|
@ -1211,13 +1211,6 @@ describe('default behavior', () => {
|
|||
})
|
||||
|
||||
describe('window-all-closed', () => {
|
||||
before(function () {
|
||||
// FIXME(jkleinsc): Test is consistently failing on Windows 32 bit.
|
||||
if (process.arch === 'ia32') {
|
||||
this.skip()
|
||||
}
|
||||
})
|
||||
|
||||
it('quits when the app does not handle the event', async () => {
|
||||
const result = await runTestApp('window-all-closed')
|
||||
expect(result).to.equal(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue