Skip to content

Commit 54e0a0c

Browse files
[TEST] Mute SharedClusterSnapshotRestoreIT.testParallelRestoreOperationsFromSingleSnapshot
This was supposed to be muted in #44675 and its backports but that PR accidentally muted another test. Relates #44671
1 parent 8bf8a05 commit 54e0a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3514,7 +3514,6 @@ public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
35143514
}
35153515

35163516
public void testSnapshotStatusOnFailedIndex() throws Exception {
3517-
assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS);
35183517
logger.info("--> creating repository");
35193518
final Path repoPath = randomRepoPath();
35203519
final Client client = client();
@@ -3801,6 +3800,7 @@ public void testParallelRestoreOperations() {
38013800
}
38023801

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

0 commit comments

Comments
 (0)