Skip to content

Commit

Permalink
Reenable Parallel Restore Test on Windows
Browse files Browse the repository at this point in the history
* As a result of elastic#44096 this test shouldn't fail anymore on `master` and `7.4`+ so we should reenable it there
  * For older versions we won't backport that change so the tests should stay disabled there
* Closes elastic#44671
  • Loading branch information
original-brownbear committed Jul 31, 2019
1 parent 1f23fc7 commit 292b8b0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

package org.elasticsearch.snapshots;

import org.apache.lucene.util.Constants;
import org.apache.lucene.util.SetOnce;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.ExceptionsHelper;
Expand Down Expand Up @@ -3800,7 +3799,6 @@ 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 292b8b0

Please sign in to comment.