Mute ShardsCollectorTests.testShardsCollectorMultipleIndices
Original commit: elastic/x-pack-elasticsearch@c2a6c05536
This commit is contained in:
parent
5f51dd813c
commit
21b437e140
|
@ -92,6 +92,7 @@ public class ShardsCollectorTests extends AbstractCollectorTestCase {
|
|||
assertThat(replicas, equalTo(expectedReplicas));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/96")
|
||||
public void testShardsCollectorMultipleIndices() throws Exception {
|
||||
final String indexPrefix = "test-shards-";
|
||||
final int nbIndices = randomIntBetween(1, 3);
|
||||
|
|
Loading…
Reference in New Issue