diff --git a/tests/playwright-test/types-2.spec.ts b/tests/playwright-test/types-2.spec.ts index ed9df2c033..f794e06798 100644 --- a/tests/playwright-test/types-2.spec.ts +++ b/tests/playwright-test/types-2.spec.ts @@ -68,8 +68,6 @@ test('basics should work', async ({ runTSC }) => { test.describe.skip('title', { tag: '@foo' }, () => {}); test.describe.fixme('title', { tag: '@foo' }, () => {}); test.describe.only('title', { tag: '@foo' }, () => {}); - // @ts-expect-error - test.only.fail('my test', async () => {}); ` }); expect(result.exitCode).toBe(0);