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();