mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-30 23:45:33 +03:00
test: skip fill tests for android (#11155)
This will drastically speedup our Android bots and free compute faster.
This commit is contained in:
parent
38801a3b85
commit
e8263b8f48
@ -17,6 +17,8 @@
|
||||
|
||||
import { test as it, expect } from './pageTest';
|
||||
|
||||
it.skip(({ isAndroid }) => isAndroid);
|
||||
|
||||
async function giveItAChanceToFill(page) {
|
||||
for (let i = 0; i < 5; i++)
|
||||
await page.evaluate(() => new Promise(f => requestAnimationFrame(() => requestAnimationFrame(f))));
|
||||
|
Loading…
Reference in New Issue
Block a user