From 1f89e9d94e69d9a1cd480aad3f8b0a2cf68a4217 Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 30 Nov 2017 13:01:22 +0000 Subject: [PATCH] Reinstate AwaitsFix This reverts commit 29c554032356c658ecf0d9d23068a1c84e9364bb. --- .../action/admin/indices/shards/IndicesShardStoreRequestIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/test/java/org/elasticsearch/action/admin/indices/shards/IndicesShardStoreRequestIT.java b/core/src/test/java/org/elasticsearch/action/admin/indices/shards/IndicesShardStoreRequestIT.java index b43996ddf02..cb150e012ae 100644 --- a/core/src/test/java/org/elasticsearch/action/admin/indices/shards/IndicesShardStoreRequestIT.java +++ b/core/src/test/java/org/elasticsearch/action/admin/indices/shards/IndicesShardStoreRequestIT.java @@ -151,6 +151,7 @@ public class IndicesShardStoreRequestIT extends ESIntegTestCase { assertThat(shardStatuses.get(index1).size(), equalTo(2)); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/12416") public void testCorruptedShards() throws Exception { String index = "test"; internalCluster().ensureAtLeastNumDataNodes(2);