diff --git a/test/parallel/test-intl.js b/test/parallel/test-intl.js index 4daccac79d51c3..ef6491c35a7ffb 100644 --- a/test/parallel/test-intl.js +++ b/test/parallel/test-intl.js @@ -136,15 +136,4 @@ if (!common.hasIntl) { common.mustCall((e) => assert.ifError(e)) ); } - - { - // Regression test for https://github.com/nodejs/node/issues/27418 - const env = { ...process.env, LC_ALL: 'fr@EURO' }; - execFile( - process.execPath, - ['-p', 'new Intl.NumberFormat().resolvedOptions().locale'], - { env }, - common.mustCall((e) => assert.ifError(e)) - ); - } }