Skip to content

Commit 56a1ae5

Browse files
authored
Mute ThreadContextTests.testDropWarningsExceedingMaxSettings (#112316)
Relates to #112256
1 parent 9bf5f61 commit 56a1ae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/common/util/concurrent/ThreadContextTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ public void testResponseHeaders() {
638638
}
639639
}
640640

641+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/112256")
641642
public void testDropWarningsExceedingMaxSettings() {
642643
Settings settings = Settings.builder()
643644
.put(HttpTransportSettings.SETTING_HTTP_MAX_WARNING_HEADER_COUNT.getKey(), 1)

0 commit comments

Comments
 (0)