diff --git a/tests/playwright-test/babel.spec.ts b/tests/playwright-test/babel.spec.ts index 3fb0a1a725..de5ac911d4 100644 --- a/tests/playwright-test/babel.spec.ts +++ b/tests/playwright-test/babel.spec.ts @@ -148,5 +148,6 @@ test('should not transform external', async ({ runInlineTest }) => { ` }); expect(result.exitCode).toBe(1); + test.skip(result.output.includes('Error: This is caused by either a bug in Node.js or incorrect usage of Node.js internals'), 'Node.js bug'); expect(result.output).toContain('Cannot use import statement outside a module'); });