// Ideally, this would be a @ParameterizedTest, and we would use the Dtest parameter of the
// mvn command line to filter a specific test.
// Unfortunately, this does not appear to be possible with JUnit 5 and Surefire, see
// https://stackoverflow.com/questions/69198795/junit5-running-a-single-instance-of-parameterized-test,
// so we have one big test and we filter by hand.
final String rmgIssueFilter = CldrUtility.getProperty("RMG_ISSUE", null);
Notes
TestTestUnicodeInvariants.testAdditionComparisons() has this comment: