chore: disable fullscreen test on mac arm (#30083)

This commit is contained in:
Robo 2021-07-13 00:53:35 +09:00 committed by GitHub
parent c15f44c20f
commit 36079b822a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);