From 86de14965c43740f164fcdece31a2c7ab63109ea Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 17 Mar 2023 00:13:33 -0700 Subject: [PATCH] test: disable connect-to-selenium.spec.ts:20 (#21734) https://github.com/microsoft/playwright/issues/21733 --- tests/installation/connect-to-selenium.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/installation/connect-to-selenium.spec.ts b/tests/installation/connect-to-selenium.spec.ts index 4e72c32c24..cd387d16e1 100755 --- a/tests/installation/connect-to-selenium.spec.ts +++ b/tests/installation/connect-to-selenium.spec.ts @@ -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');