Skip to content

Commit

Permalink
Temporarily remove regression test for ICU (fr@EURO)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashseed authored and victorgomes committed Jan 31, 2020
1 parent 25b38d9 commit 1c3a4ac
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/parallel/test-intl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))
);
}
}

0 comments on commit 1c3a4ac

Please sign in to comment.