Mute CharArraysTests#testCharsBeginsWith while we await a fix.

This commit is contained in:
Julie Tibshirani 2018-10-23 11:36:24 -07:00
parent a8e1ee34ca
commit 5a4866f67d
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ public class CharArraysTests extends ESTestCase {
assertArrayEquals(expectedChars, convertedChars);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34765")
public void testCharsBeginsWith() {
assertFalse(CharArrays.charsBeginsWith(randomAlphaOfLength(4), null));
assertFalse(CharArrays.charsBeginsWith(null, null));