Revert "Mute failing tests in AsyncSearchActionIT"

This reverts commit 2fe4801ca1.
This commit is contained in:
jimczi 2020-04-29 22:21:51 +02:00
parent c547a92ac6
commit 86ee8974d0
1 changed files with 0 additions and 2 deletions

View File

@ -79,7 +79,6 @@ 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;
@ -124,7 +123,6 @@ 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;