diff --git a/tests/playwright-test/aria-snapshot-file.spec.ts b/tests/playwright-test/aria-snapshot-file.spec.ts index 38d3422f1f..fe127eb57a 100644 --- a/tests/playwright-test/aria-snapshot-file.spec.ts +++ b/tests/playwright-test/aria-snapshot-file.spec.ts @@ -18,8 +18,6 @@ import { test, expect } from './playwright-test-fixtures'; import fs from 'fs'; import path from 'path'; -// TODO: this is where to change some tests - test.describe.configure({ mode: 'parallel' }); test('should match snapshot with name', async ({ runInlineTest }, testInfo) => {