From 2999f53e86b01844ee60983f89459cd98af58ccb Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Mon, 18 May 2015 18:02:19 +0200 Subject: [PATCH] Tests: Mark RelocationTests.testRelocationWithBusyClusterUpdateThread as @AwaitsFix. --- src/test/java/org/elasticsearch/recovery/RelocationTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/elasticsearch/recovery/RelocationTests.java b/src/test/java/org/elasticsearch/recovery/RelocationTests.java index 8e131e99f90..3ba5ab9cee0 100644 --- a/src/test/java/org/elasticsearch/recovery/RelocationTests.java +++ b/src/test/java/org/elasticsearch/recovery/RelocationTests.java @@ -447,6 +447,7 @@ public class RelocationTests extends ElasticsearchIntegrationTest { @Test @Slow @TestLogging("cluster.service:TRACE,indices.recovery:TRACE") + @AwaitsFix(bugUrl="Fails now that we removed the mapping update from phase 2 in #11207") public void testRelocationWithBusyClusterUpdateThread() throws Exception { final String indexName = "test"; final Settings settings = ImmutableSettings.builder()