Skip to content

Commit fd5914e

Browse files
committed
Mute CharArraysTests#testCharsBeginsWith while we await a fix.
1 parent 6a5f706 commit fd5914e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/core/src/test/java/org/elasticsearch/common/CharArraysTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public void testBytesToUtf8Chars() {
4343
assertArrayEquals(expectedChars, convertedChars);
4444
}
4545

46+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34765")
4647
public void testCharsBeginsWith() {
4748
assertFalse(CharArrays.charsBeginsWith(randomAlphaOfLength(4), null));
4849
assertFalse(CharArrays.charsBeginsWith(null, null));

0 commit comments

Comments
 (0)