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
|
@Test
|
||||||
@Slow
|
@Slow
|
||||||
@TestLogging("cluster.service:TRACE,indices.recovery:TRACE")
|
@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 {
|
public void testRelocationWithBusyClusterUpdateThread() throws Exception {
|
||||||
final String indexName = "test";
|
final String indexName = "test";
|
||||||
final Settings settings = ImmutableSettings.builder()
|
final Settings settings = ImmutableSettings.builder()
|
||||||
|
|
Loading…
Reference in New Issue