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 committed May 17, 2019
1 parent 3992b15 commit 92431ed
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 92431ed

Please sign in to comment.