diff --git a/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java b/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java index 9970d99869cea..2322e0ec794ea 100644 --- a/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java +++ b/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java @@ -3395,7 +3395,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(); @@ -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";