Mute testRecoveryWithConcurrentIndexing

Relates #33473
Relates #33616
This commit is contained in:
Nhat Nguyen 2018-09-13 11:53:43 -04:00
parent b3071133d4
commit dcbbaad296
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ public class RecoveryIT extends AbstractRollingTestCase {
return future; return future;
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/33616")
public void testRecoveryWithConcurrentIndexing() throws Exception { public void testRecoveryWithConcurrentIndexing() throws Exception {
final String index = "recovery_with_concurrent_indexing"; final String index = "recovery_with_concurrent_indexing";
Response response = client().performRequest(new Request("GET", "_nodes")); Response response = client().performRequest(new Request("GET", "_nodes"));
@ -183,6 +184,7 @@ public class RecoveryIT extends AbstractRollingTestCase {
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/33616")
public void testRelocationWithConcurrentIndexing() throws Exception { public void testRelocationWithConcurrentIndexing() throws Exception {
final String index = "relocation_with_concurrent_indexing"; final String index = "relocation_with_concurrent_indexing";
switch (CLUSTER_TYPE) { switch (CLUSTER_TYPE) {