Muting AsyncSearchActionIT.testTermsAggregation

Due to https://github.com/elastic/elasticsearch/issues/55920
This commit is contained in:
David Roberts 2020-04-29 11:46:50 +01:00
parent 06b3345787
commit 6ad497bfda
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ public class AsyncSearchActionIT extends AsyncSearchIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55920")
public void testTermsAggregation() throws Exception {
int step = numShards > 2 ? randomIntBetween(2, numShards) : 2;
int numFailures = randomBoolean() ? randomIntBetween(0, numShards) : 0;