Revert "Mute failing tests in AsyncSearchActionIT"
This reverts commit 2fe4801ca1
.
This commit is contained in:
parent
c547a92ac6
commit
86ee8974d0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue