Skip to content

Commit

Permalink
Mute testRecoveryWithConcurrentIndexing
Browse files Browse the repository at this point in the history
Relates #33473
Relates #33616
  • Loading branch information
dnhatn committed Sep 13, 2018
1 parent b307113 commit dcbbaad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ protected void doRun() throws Exception {
return future;
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/33616")
public void testRecoveryWithConcurrentIndexing() throws Exception {
final String index = "recovery_with_concurrent_indexing";
Response response = client().performRequest(new Request("GET", "_nodes"));
Expand Down Expand Up @@ -183,6 +184,7 @@ private String getNodeId(Predicate<Version> versionPredicate) throws IOException
}


@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/33616")
public void testRelocationWithConcurrentIndexing() throws Exception {
final String index = "relocation_with_concurrent_indexing";
switch (CLUSTER_TYPE) {
Expand Down

0 comments on commit dcbbaad

Please sign in to comment.