From 8a6b640fca1bc77e2b01edf1758d0e321f853401 Mon Sep 17 00:00:00 2001 From: Ross Wollman Date: Mon, 4 Apr 2022 12:49:39 -0700 Subject: [PATCH] test: mark enum babel test as failing (#13282) --- tests/playwright-test/babel.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playwright-test/babel.spec.ts b/tests/playwright-test/babel.spec.ts index 3c8fed7f6c..0e2c8a47d9 100644 --- a/tests/playwright-test/babel.spec.ts +++ b/tests/playwright-test/babel.spec.ts @@ -39,6 +39,7 @@ test('should succeed', async ({ runInlineTest }) => { test('should treat enums equally', async ({ runInlineTest }) => { test.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/13265' }); + test.fail(); const result = await runInlineTest({ 'component.tsx': ` export enum MyEnum {