Tests: Mark RelocationTests.testRelocationWithBusyClusterUpdateThread as @AwaitsFix.

This commit is contained in:
Adrien Grand 2015-05-18 18:02:19 +02:00
parent 91d0580b0d
commit 2999f53e86
1 changed files with 1 additions and 0 deletions

View File

@ -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()