test: disable connect-to-selenium.spec.ts:20 (#21734)

https://github.com/microsoft/playwright/issues/21733
This commit is contained in:
Andrey Lushnikov 2023-03-17 00:13:33 -07:00 committed by GitHub
parent 461723912f
commit 86de14965c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ import path from 'path';
import { test } from './npmTest';
test('connect to selenium', async ({ exec, tmpWorkspace }, testInfo) => {
test.fixme(true, 'https://github.com/microsoft/playwright/issues/21733');
test.skip(os.platform() !== 'linux');
await exec('npm i --foreground-scripts playwright-core');