Mute ShardsCollectorTests.testShardsCollectorMultipleIndices

Original commit: elastic/x-pack-elasticsearch@c2a6c05536
This commit is contained in:
David Kyle 2017-07-28 11:42:51 +01:00
parent 5f51dd813c
commit 21b437e140
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ public class ShardsCollectorTests extends AbstractCollectorTestCase {
assertThat(replicas, equalTo(expectedReplicas)); assertThat(replicas, equalTo(expectedReplicas));
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/96")
public void testShardsCollectorMultipleIndices() throws Exception { public void testShardsCollectorMultipleIndices() throws Exception {
final String indexPrefix = "test-shards-"; final String indexPrefix = "test-shards-";
final int nbIndices = randomIntBetween(1, 3); final int nbIndices = randomIntBetween(1, 3);