Skip to content

Commit

Permalink
Temporarily remove regression test for ICU (fr@EURO)
Browse files Browse the repository at this point in the history
hashseed committed Jul 1, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0d2acd1 commit f9d8db1
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
@@ -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 f9d8db1

Please sign in to comment.