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 ad89697 commit c1a7d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3396,7 +3396,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 @@ -3682,6 +3681,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 c1a7d12

Please sign in to comment.