mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 21:15:35 +00:00
ICU-22047 Mark bug
This commit is contained in:
parent
6543634649
commit
3cedb45116
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue