We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d6616 commit afb5415Copy full SHA for afb5415
server/src/test/java/org/elasticsearch/common/util/concurrent/ThreadContextTests.java
@@ -638,6 +638,7 @@ public void testResponseHeaders() {
638
}
639
640
641
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/112256")
642
public void testDropWarningsExceedingMaxSettings() {
643
Settings settings = Settings.builder()
644
.put(HttpTransportSettings.SETTING_HTTP_MAX_WARNING_HEADER_COUNT.getKey(), 1)
0 commit comments