mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
test: disable flaky transparent window test (#34660)
This commit is contained in:
@@ -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], {
|
||||
|
||||
Reference in New Issue
Block a user