diff --git a/index.mjs b/index.mjs index a4ec695..67334c0 100644 --- a/index.mjs +++ b/index.mjs @@ -229,7 +229,6 @@ export default function runTest262({ [ path.resolve(testSubdirectory, '**/Temporal/**/*.js'), path.resolve(testSubdirectory, 'intl402/DateTimeFormat/**/*.js'), - path.resolve(testSubdirectory, 'intl402/Intl/DateTimeFormat/**/*.js'), // "p*" is a workaround because there is no toTemporalInstant dir at this time path.resolve(testSubdirectory, 'built-ins/Date/p*/toTemporalInstant/*.js') ].forEach((defaultGlob) => globResults.push(...globSync(defaultGlob, GLOB_OPTS)));