test: mark enum babel test as failing (#13282)
This commit is contained in:
parent
1bebc28aed
commit
8a6b640fca
|
|
@ -39,6 +39,7 @@ test('should succeed', async ({ runInlineTest }) => {
|
||||||
|
|
||||||
test('should treat enums equally', async ({ runInlineTest }) => {
|
test('should treat enums equally', async ({ runInlineTest }) => {
|
||||||
test.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/13265' });
|
test.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/13265' });
|
||||||
|
test.fail();
|
||||||
const result = await runInlineTest({
|
const result = await runInlineTest({
|
||||||
'component.tsx': `
|
'component.tsx': `
|
||||||
export enum MyEnum {
|
export enum MyEnum {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue