mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-04 16:44:11 +03:00
test: mark android test as failing (#6575)
This commit is contained in:
parent
c01c5dbb55
commit
cff3bd0422
@ -42,7 +42,8 @@ it('should pass page to close event', async ({page, isAndroid}) => {
|
||||
expect(closedPage).toBe(page);
|
||||
});
|
||||
|
||||
it('should terminate network waiters', async ({page, server}) => {
|
||||
it('should terminate network waiters', async ({page, server, isAndroid}) => {
|
||||
it.fixme(isAndroid);
|
||||
const results = await Promise.all([
|
||||
page.waitForRequest(server.EMPTY_PAGE).catch(e => e),
|
||||
page.waitForResponse(server.EMPTY_PAGE).catch(e => e),
|
||||
|
Loading…
Reference in New Issue
Block a user