Skip to content

Commit 01a1f45

Browse files
Unmute ThreadContextTests testDropWarningsExceedingMaxSettings (#123629)
1 parent 47edd0a commit 01a1f45

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
@@ -651,7 +651,6 @@ public void testResponseHeaders() {
651651
}
652652
}
653653

654-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/112256")
655654
public void testDropWarningsExceedingMaxSettings() {
656655
Settings settings = Settings.builder()
657656
.put(HttpTransportSettings.SETTING_HTTP_MAX_WARNING_HEADER_COUNT.getKey(), 1)

0 commit comments

Comments
 (0)