Skip to content

Commit

Permalink
chore: disable fullscreen test on mac arm (electron#30083)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 authored and BlackHole1 committed Aug 27, 2021
1 parent aaef5cb commit 2c07313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec-main/api-browser-window-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4204,7 +4204,7 @@ describe('BrowserWindow module', () => {
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 enterFullScreen = emittedOnce(w, 'enter-full-screen');
w.setFullScreen(true);
Expand Down

0 comments on commit 2c07313

Please sign in to comment.