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 47edd0a commit 01a1f45Copy full SHA for 01a1f45
server/src/test/java/org/elasticsearch/common/util/concurrent/ThreadContextTests.java
@@ -651,7 +651,6 @@ public void testResponseHeaders() {
651
}
652
653
654
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/112256")
655
public void testDropWarningsExceedingMaxSettings() {
656
Settings settings = Settings.builder()
657
.put(HttpTransportSettings.SETTING_HTTP_MAX_WARNING_HEADER_COUNT.getKey(), 1)
0 commit comments