From 21b437e1402291ed2a4fec30d0b9eaa10f79dcc9 Mon Sep 17 00:00:00 2001 From: David Kyle Date: Fri, 28 Jul 2017 11:42:51 +0100 Subject: [PATCH] Mute ShardsCollectorTests.testShardsCollectorMultipleIndices Original commit: elastic/x-pack-elasticsearch@c2a6c05536a6a40b7d4878ded2692b4106b84937 --- .../xpack/monitoring/collector/shards/ShardsCollectorTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/src/test/java/org/elasticsearch/xpack/monitoring/collector/shards/ShardsCollectorTests.java b/plugin/src/test/java/org/elasticsearch/xpack/monitoring/collector/shards/ShardsCollectorTests.java index 31a46dfad2f..9077423efcb 100644 --- a/plugin/src/test/java/org/elasticsearch/xpack/monitoring/collector/shards/ShardsCollectorTests.java +++ b/plugin/src/test/java/org/elasticsearch/xpack/monitoring/collector/shards/ShardsCollectorTests.java @@ -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);