Skip to content

Commit eda64cf

Browse files
hashseedvictorgomes
authored andcommitted
Temporarily remove regression test for ICU (fr@EURO)
See nodejs#27418
1 parent 6593ad2 commit eda64cf

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/parallel/test-intl.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,4 @@ if (!common.hasIntl) {
136136
common.mustCall((e) => assert.ifError(e))
137137
);
138138
}
139-
140-
{
141-
// Regression test for https://github.com/nodejs/node/issues/27418
142-
const env = { ...process.env, LC_ALL: 'fr@EURO' };
143-
execFile(
144-
process.execPath,
145-
['-p', 'new Intl.NumberFormat().resolvedOptions().locale'],
146-
{ env },
147-
common.mustCall((e) => assert.ifError(e))
148-
);
149-
}
150139
}

0 commit comments

Comments
 (0)