We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b3345 commit 6ad497bCopy full SHA for 6ad497b
x-pack/plugin/async-search/src/test/java/org/elasticsearch/xpack/search/AsyncSearchActionIT.java
@@ -123,6 +123,7 @@ public void testMaxMinAggregation() throws Exception {
123
}
124
125
126
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55920")
127
public void testTermsAggregation() throws Exception {
128
int step = numShards > 2 ? randomIntBetween(2, numShards) : 2;
129
int numFailures = randomBoolean() ? randomIntBetween(0, numShards) : 0;
0 commit comments