mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-11 12:33:45 +03:00
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';
|
||||
|
||||
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');
|
||||
|
Loading…
Reference in New Issue
Block a user