test: disable connect-to-selenium.spec.ts:20 (#21734)
https://github.com/microsoft/playwright/issues/21733
This commit is contained in:
parent
461723912f
commit
86de14965c
|
|
@ -18,6 +18,7 @@ import path from 'path';
|
||||||
import { test } from './npmTest';
|
import { test } from './npmTest';
|
||||||
|
|
||||||
test('connect to selenium', async ({ exec, tmpWorkspace }, testInfo) => {
|
test('connect to selenium', async ({ exec, tmpWorkspace }, testInfo) => {
|
||||||
|
test.fixme(true, 'https://github.com/microsoft/playwright/issues/21733');
|
||||||
test.skip(os.platform() !== 'linux');
|
test.skip(os.platform() !== 'linux');
|
||||||
|
|
||||||
await exec('npm i --foreground-scripts playwright-core');
|
await exec('npm i --foreground-scripts playwright-core');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue