chore: skip android driver omitDriverInstall test (#13410)

This commit is contained in:
Max Schmitt 2022-04-08 02:14:34 +02:00 committed by GitHub
parent e3450b86f9
commit eaab6406cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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];