Skip to content

Commit

Permalink
Mute failing tests (elastic#55794)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek authored Apr 27, 2020
1 parent eac3e9a commit 25cea2f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ public void testTermsAggregation() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55792")
public void testRestartAfterCompletion() throws Exception {
final AsyncSearchResponse initial;
try (SearchResponseIterator it =
Expand Down Expand Up @@ -207,6 +208,7 @@ public void testDeleteCleanupIndex() throws Exception {
ensureTaskRemoval(response.getId());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55792")
public void testCleanupOnFailure() throws Exception {
final AsyncSearchResponse initial;
try (SearchResponseIterator it =
Expand Down

0 comments on commit 25cea2f

Please sign in to comment.