Mute LoggingOutputStreamTests.testMaxBuffer (#52193)

Relates to https://github.com/elastic/elasticsearch/issues/51838
This commit is contained in:
David Kyle 2020-02-11 11:43:34 +00:00
parent b0b1b13311
commit 343ced42be
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ public class LoggingOutputStreamTests extends ESTestCase {
assertThat(loggingStream.threadLocal.get().bytes.length, equalTo(DEFAULT_BUFFER_LENGTH));
}
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/51838")
public void testMaxBuffer() {
String longStr = randomAlphaOfLength(MAX_BUFFER_LENGTH);
String extraLongStr = longStr + "OVERFLOW";