Mute LoggingOutputStreamTests.testMaxBuffer (#52193)
Relates to https://github.com/elastic/elasticsearch/issues/51838
This commit is contained in:
parent
b0b1b13311
commit
343ced42be
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue