Skip to content

Commit 3ba5566

Browse files
authored
Mute LoggingOutputStreamTests.testMaxBuffer (#52193)
Relates to #51838
1 parent 72b84ad commit 3ba5566

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/common/logging/LoggingOutputStreamTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public void testBufferExtension() {
102102
assertThat(loggingStream.threadLocal.get().bytes.length, equalTo(DEFAULT_BUFFER_LENGTH));
103103
}
104104

105+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/51838")
105106
public void testMaxBuffer() {
106107
String longStr = randomAlphaOfLength(MAX_BUFFER_LENGTH);
107108
String extraLongStr = longStr + "OVERFLOW";

0 commit comments

Comments
 (0)