test: disable flaky transparent window test (#34660)
This commit is contained in:
parent
e3243ad113
commit
5895296239
1 changed files with 2 additions and 1 deletions
|
@ -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], {
|
||||||
|
|
Loading…
Reference in a new issue