Skip to content

Commit

Permalink
test: disable flaky transparent window test (#35708)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Rose <japthorp@slack-corp.com>
  • Loading branch information
trop[bot] and nornagon committed Sep 19, 2022
1 parent 58f7ab8 commit 08c02d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec-main/api-browser-window-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,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]);
Expand Down

0 comments on commit 08c02d2

Please sign in to comment.