diff --git a/playground/js-sourcemap/__tests__/js-sourcemap.spec.ts b/playground/js-sourcemap/__tests__/js-sourcemap.spec.ts index 48c03ae77be5a9..057a8d54efccdb 100644 --- a/playground/js-sourcemap/__tests__/js-sourcemap.spec.ts +++ b/playground/js-sourcemap/__tests__/js-sourcemap.spec.ts @@ -173,7 +173,8 @@ describe.runIf(isBuild)('build tests', () => { expect(js).not.toMatch(/__vite__mapDeps/) }) - test('sourcemap is correct when using object as "define" value', async () => { + // NOTE: this test is not relevant to oxc + test.skip('sourcemap is correct when using object as "define" value', async () => { const map = findAssetFile(/with-define-object.*\.js\.map/) expect(formatSourcemapForSnapshot(JSON.parse(map))).toMatchInlineSnapshot(` {