diff --git a/harness/testIntl.js b/harness/testIntl.js index f7a7036c13..804d4ec1b7 100644 --- a/harness/testIntl.js +++ b/harness/testIntl.js @@ -2673,6 +2673,8 @@ function partitionDurationFormatPattern(durationFormat, duration) { nfOpts.style = "unit"; nfOpts.unit = numberFormatUnit; nfOpts.unitDisplay = style; + } else { + nfOpts.useGrouping = false; } let nf = new Intl.NumberFormat(locale, nfOpts);