ICU-22047 Mark bug

This commit is contained in:
Frank Tang 2024-06-11 12:31:42 -07:00
parent 6543634649
commit 3cedb45116

View file

@ -311,7 +311,7 @@ void FormattedStringBuilderTest::testCodePoints() {
}
void FormattedStringBuilderTest::testInsertOverflow() {
if (quick || logKnownIssue("22047", "FormattedStringBuilder with long length crashes in toUnicodeString in CI Linux tests")) return;
if (quick /* || logKnownIssue("22047", "FormattedStringBuilder with long length crashes in toUnicodeString in CI Linux tests") */) return;
// Setup the test fixture in sb, sb2, ustr.
UErrorCode status = U_ZERO_ERROR;