Muting AsyncSearchActionIT.testTermsAggregation
Due to https://github.com/elastic/elasticsearch/issues/55920
This commit is contained in:
parent
06b3345787
commit
6ad497bfda
|
@ -123,6 +123,7 @@ public class AsyncSearchActionIT extends AsyncSearchIntegTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55920")
|
||||||
public void testTermsAggregation() throws Exception {
|
public void testTermsAggregation() throws Exception {
|
||||||
int step = numShards > 2 ? randomIntBetween(2, numShards) : 2;
|
int step = numShards > 2 ? randomIntBetween(2, numShards) : 2;
|
||||||
int numFailures = randomBoolean() ? randomIntBetween(0, numShards) : 0;
|
int numFailures = randomBoolean() ? randomIntBetween(0, numShards) : 0;
|
||||||
|
|
Loading…
Reference in New Issue