Skip to content

Commit db894a0

Browse files
Unmute ThreadContextTests testDropWarningsExceedingMaxSettings (#123629) (#126163)
1 parent 25d6686 commit db894a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,6 @@ public void testResponseHeaders() {
639639
}
640640
}
641641

642-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/112256")
643642
public void testDropWarningsExceedingMaxSettings() {
644643
Settings settings = Settings.builder()
645644
.put(HttpTransportSettings.SETTING_HTTP_MAX_WARNING_HEADER_COUNT.getKey(), 1)

0 commit comments

Comments
 (0)