From cdaccdeaf7060493f8581ee1e7bd5b5efc3cf17f Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Thu, 20 Apr 2023 08:18:09 -0700 Subject: [PATCH] chore: speculative change to fix the ui mode tests stress (#22510) --- tests/playwright-test/ui-mode-test-progress.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/playwright-test/ui-mode-test-progress.spec.ts b/tests/playwright-test/ui-mode-test-progress.spec.ts index 2feb79af00..4c5d49d496 100644 --- a/tests/playwright-test/ui-mode-test-progress.spec.ts +++ b/tests/playwright-test/ui-mode-test-progress.spec.ts @@ -16,7 +16,6 @@ import { ManualPromise } from '../../packages/playwright-core/lib/utils/manualPromise'; import { test, expect } from './ui-mode-fixtures'; -test.describe.configure({ mode: 'parallel' }); test('should update trace live', async ({ runUITest, server }) => { const onePromise = new ManualPromise();