Skip to content

Commit 6ad497b

Browse files
author
David Roberts
committed
Muting AsyncSearchActionIT.testTermsAggregation
Due to #55920
1 parent 06b3345 commit 6ad497b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/async-search/src/test/java/org/elasticsearch/xpack/search/AsyncSearchActionIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public void testMaxMinAggregation() throws Exception {
123123
}
124124
}
125125

126+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55920")
126127
public void testTermsAggregation() throws Exception {
127128
int step = numShards > 2 ? randomIntBetween(2, numShards) : 2;
128129
int numFailures = randomBoolean() ? randomIntBetween(0, numShards) : 0;

0 commit comments

Comments
 (0)