diff --git a/tests/playwright-test/ui-mode-test-run.spec.ts b/tests/playwright-test/ui-mode-test-run.spec.ts index e97126792a..6b38f380f6 100644 --- a/tests/playwright-test/ui-mode-test-run.spec.ts +++ b/tests/playwright-test/ui-mode-test-run.spec.ts @@ -445,7 +445,9 @@ test('should show proper total when using deps', async ({ runUITest }) => { await expect(page.getByTestId('status-line')).toHaveText('2/2 passed (100%)'); }); -test('should respect --tsconfig option', async ({ runUITest }) => { +test('should respect --tsconfig option', { + annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32797' } +},async ({ runUITest }) => { const { page } = await runUITest({ 'playwright.config.ts': ` import { foo } from '~/foo';