Skip to content

Commit afb5415

Browse files
dakronecbuescher
authored andcommitted
Mute ThreadContextTests.testDropWarningsExceedingMaxSettings (elastic#112316)
Relates to elastic#112256
1 parent b5d6616 commit afb5415

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)