Skip to content

Commit cc53cc4

Browse files
original-brownbearjkakavas
authored andcommitted
Reenable Parallel Restore Test on Windows (#45037)
* As a result of #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 #44671
1 parent 0c089d6 commit cc53cc4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
package org.elasticsearch.snapshots;
2121

22-
import org.apache.lucene.util.Constants;
2322
import org.apache.lucene.util.SetOnce;
2423
import org.elasticsearch.ElasticsearchException;
2524
import org.elasticsearch.ExceptionsHelper;
@@ -3800,7 +3799,6 @@ public void testParallelRestoreOperations() {
38003799
}
38013800

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

0 commit comments

Comments
 (0)