mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: disable test that fails on Electron (#6837)
This test is failing since ee7e38c60d
Dashboard: https://devops.aslushnikov.com/flakiness2.html#browser=electron&platform=Ubuntu+20.04×tamp=1622444340000
This commit is contained in:
parent
c9613b36f9
commit
a1106e5d4e
@ -23,7 +23,8 @@ it('clicking on links which do not commit navigation', async ({page, server, htt
|
||||
await page.click('a');
|
||||
});
|
||||
|
||||
it('calling window.stop async', async ({page, server}) => {
|
||||
it('calling window.stop async', async ({page, server, isElectron}) => {
|
||||
it.fail(isElectron);
|
||||
server.setRoute('/empty.html', async (req, res) => {});
|
||||
await page.evaluate(url => {
|
||||
window.location.href = url;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user