Skip to content

Commit

Permalink
ICU-21757 Temp workaround version skew (format)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed May 9, 2024
1 parent f4aac0d commit a4c50cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ public void TestGC() {
UnicodeSetUtilities.parseUnicodeSet("[[:C:][:L:][:M:][:N:][:P:][:S:][:Z:]]"));
}

@Test @Disabled("Stop using ICU for properties: version skew")
@Test
@Disabled("Stop using ICU for properties: version skew")
public void TestNF() {
for (String nf : new String[] {"d", "c", "kd", "kc"}) {
checkSetsEqual("[:isnf" + nf + ":]", "[:nf" + nf + "qc!=N:]");
Expand Down

0 comments on commit a4c50cf

Please sign in to comment.