Skip to content

Commit cb2e5b3

Browse files
authored
mute MultiTermsWithRequestBreakerIT (#79440)
1 parent ba5032d commit cb2e5b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/analytics/src/internalClusterTest/java/org/elasticsearch/xpack/analytics/multiterms/MultiTermsWithRequestBreakerIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
4141
/**
4242
* Test that searches using multiterms aggregations returns all request breaker memory.
4343
*/
44+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79437")
4445
public void testRequestBreaker() throws Exception {
4546
final String requestBreaker = randomIntBetween(1, 10000) + "kb";
4647
logger.info("--> Using request breaker setting: {}", requestBreaker);

0 commit comments

Comments
 (0)