chore: disable fullscreen test on mac arm (#30083)
This commit is contained in:
parent
c15f44c20f
commit
36079b822a
1 changed files with 1 additions and 1 deletions
|
@ -4204,7 +4204,7 @@ describe('BrowserWindow module', () => {
|
||||||
expect(w.isFullScreen()).to.be.false('isFullScreen');
|
expect(w.isFullScreen()).to.be.false('isFullScreen');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('multiple windows inherit correct fullscreen state', async () => {
|
ifit(process.arch === 'x64')('multiple windows inherit correct fullscreen state', async () => {
|
||||||
const w = new BrowserWindow();
|
const w = new BrowserWindow();
|
||||||
const enterFullScreen = emittedOnce(w, 'enter-full-screen');
|
const enterFullScreen = emittedOnce(w, 'enter-full-screen');
|
||||||
w.setFullScreen(true);
|
w.setFullScreen(true);
|
||||||
|
|
Loading…
Reference in a new issue