From 3cedb45116db17270258129d0cd00c508c9b8491 Mon Sep 17 00:00:00 2001 From: Frank Tang Date: Tue, 11 Jun 2024 12:31:42 -0700 Subject: [PATCH] ICU-22047 Mark bug --- icu4c/source/test/intltest/formatted_string_builder_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/intltest/formatted_string_builder_test.cpp b/icu4c/source/test/intltest/formatted_string_builder_test.cpp index 88088b74978..e2b9f8ce4f2 100644 --- a/icu4c/source/test/intltest/formatted_string_builder_test.cpp +++ b/icu4c/source/test/intltest/formatted_string_builder_test.cpp @@ -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;