diff --git a/tests/page/page-goto.spec.ts b/tests/page/page-goto.spec.ts index 822ffc2fb5..9cca4f2d64 100644 --- a/tests/page/page-goto.spec.ts +++ b/tests/page/page-goto.spec.ts @@ -476,8 +476,9 @@ it('should fail when canceled by another navigation', async ({page, server}) => expect(error.message).toBeTruthy(); }); -it('should work with lazy loading iframes', async ({page, server, isElectron}) => { +it('should work with lazy loading iframes', async ({page, server, isElectron, isAndroid}) => { it.fixme(isElectron); + it.fixme(isAndroid); await page.goto(server.PREFIX + '/frames/lazy-frame.html'); expect(page.frames().length).toBe(2);