test: disable flaky transparent window test (#34660)

This commit is contained in:
Jeremy Rose 2022-06-22 10:37:32 -07:00 committed by GitHub
parent e3243ad113
commit 5895296239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2063,7 +2063,8 @@ describe('BrowserWindow module', () => {
}).to.not.throw(); }).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'); const appPath = path.join(__dirname, 'fixtures', 'apps', 'background-color-transparent');
appProcess = childProcess.spawn(process.execPath, [appPath], { appProcess = childProcess.spawn(process.execPath, [appPath], {