From 5a35a8582bf4013825f9e442d4ac246ff65ac2b4 Mon Sep 17 00:00:00 2001 From: Britta Weber Date: Sun, 13 Sep 2015 15:06:28 +0200 Subject: [PATCH] [test] mute and add link to issue see #13542 --- core/src/test/java/org/elasticsearch/recovery/RelocationIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/test/java/org/elasticsearch/recovery/RelocationIT.java b/core/src/test/java/org/elasticsearch/recovery/RelocationIT.java index 16217c380e7..b8b855162e0 100644 --- a/core/src/test/java/org/elasticsearch/recovery/RelocationIT.java +++ b/core/src/test/java/org/elasticsearch/recovery/RelocationIT.java @@ -362,6 +362,7 @@ public class RelocationIT extends ESIntegTestCase { } @Test + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/13542") public void testMoveShardsWhileRelocation() throws Exception { final String indexName = "test";