Mute failing tests in AsyncSearchActionIT

This commit is contained in:
Mark Vieira 2020-04-29 10:58:47 -07:00
parent c5aa281171
commit 2fe4801ca1
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 2 additions and 0 deletions

View File

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