Skip to content

Commit

Permalink
Mute testDeleteActionDeletesSearchableSnapshot (#54818)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidan authored Apr 6, 2020
1 parent e14957e commit e1fb09a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1579,6 +1579,7 @@ public void testSearchableSnapshotAction() throws Exception {
assertBusy(() -> assertThat(explainIndex(restoredIndexName).get("step"), is(PhaseCompleteStep.NAME)), 30, TimeUnit.SECONDS);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/54433")
public void testDeleteActionDeletesSearchableSnapshot() throws Exception {
String snapshotRepo = createSnapshotRepo();

Expand Down

0 comments on commit e1fb09a

Please sign in to comment.