Skip to content

Commit

Permalink
[TEST] Mute SharedClusterSnapshotRestoreIT.testParallelRestoreOperati…
Browse files Browse the repository at this point in the history
…onsFromSingleSnapshot

This was supposed to be muted in #44675 and its backports but that PR accidentally muted
another test.

Relates #44671
  • Loading branch information
dimitris-athanasiou committed Jul 24, 2019
1 parent 8bf8a05 commit 54e0a0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3514,7 +3514,6 @@ public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
}

public void testSnapshotStatusOnFailedIndex() throws Exception {
assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS);
logger.info("--> creating repository");
final Path repoPath = randomRepoPath();
final Client client = client();
Expand Down Expand Up @@ -3801,6 +3800,7 @@ public void testParallelRestoreOperations() {
}

public void testParallelRestoreOperationsFromSingleSnapshot() throws Exception {
assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS);
String indexName1 = "testindex1";
String indexName2 = "testindex2";
String repoName = "test-restore-snapshot-repo";
Expand Down

0 comments on commit 54e0a0c

Please sign in to comment.