Skip to content

Commit

Permalink
mute snapshot based recovery (#91847)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzaharovits authored Nov 24, 2022
1 parent 84326b1 commit 9e04540
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
import static org.hamcrest.Matchers.notNullValue;

public class SnapshotBasedRecoveryIT extends AbstractRollingTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/91383")
public void testSnapshotBasedRecovery() throws Exception {
final String indexName = "snapshot_based_recovery";
final String repositoryName = "snapshot_based_recovery_repo";
Expand Down

0 comments on commit 9e04540

Please sign in to comment.