test: mark enum babel test as failing (#13282)

This commit is contained in:
Ross Wollman 2022-04-04 12:49:39 -07:00 committed by GitHub
parent 1bebc28aed
commit 8a6b640fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {