diff --git a/spec-main/api-browser-window-spec.ts b/spec-main/api-browser-window-spec.ts index f2682e70482a..a7b3cc87dd9a 100644 --- a/spec-main/api-browser-window-spec.ts +++ b/spec-main/api-browser-window-spec.ts @@ -2063,7 +2063,8 @@ describe('BrowserWindow module', () => { }).to.not.throw(); }); - it('Allows setting a transparent window via CSS', async () => { + // TODO(nornagon): disabled due to flakiness. + it.skip('Allows setting a transparent window via CSS', async () => { const appPath = path.join(__dirname, 'fixtures', 'apps', 'background-color-transparent'); appProcess = childProcess.spawn(process.execPath, [appPath], {