mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: skip android driver omitDriverInstall test (#13410)
This commit is contained in:
parent
e3450b86f9
commit
eaab6406cd
@ -60,6 +60,7 @@ test('androidDevice.fill', async function({ androidDevice }) {
|
||||
});
|
||||
|
||||
test('androidDevice.options.omitDriverInstall', async function({ playwright }) {
|
||||
test.skip(true, 'Android._driverPromise gets cached and is in a closed state. Its stored inside the androidDevice worker fixture.');
|
||||
const devices = await playwright._android.devices({ omitDriverInstall: true });
|
||||
|
||||
const androidDevice = devices[0];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user