Tests: Mark RelocationTests.testRelocationWithBusyClusterUpdateThread as @AwaitsFix.
This commit is contained in:
parent
91d0580b0d
commit
2999f53e86
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue