diff --git a/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java b/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java index 9d84a738d6829..f39b2355c87ce 100644 --- a/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java +++ b/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java @@ -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; @@ -3691,7 +3690,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";