Mute failing tests in AsyncSearchActionIT
This commit is contained in:
parent
c5aa281171
commit
2fe4801ca1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue