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);
|
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([
|
const results = await Promise.all([
|
||||||
page.waitForRequest(server.EMPTY_PAGE).catch(e => e),
|
page.waitForRequest(server.EMPTY_PAGE).catch(e => e),
|
||||||
page.waitForResponse(server.EMPTY_PAGE).catch(e => e),
|
page.waitForResponse(server.EMPTY_PAGE).catch(e => e),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue