Skip to content

Commit e473f72

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 3058b59 commit e473f72

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3395,7 +3395,6 @@ public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
33953395
}
33963396

33973397
public void testSnapshotStatusOnFailedIndex() throws Exception {
3398-
assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS);
33993398
logger.info("--> creating repository");
34003399
final Path repoPath = randomRepoPath();
34013400
final Client client = client();
@@ -3682,6 +3681,7 @@ public void testParallelRestoreOperations() {
36823681
}
36833682

36843683
public void testParallelRestoreOperationsFromSingleSnapshot() throws Exception {
3684+
assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS);
36853685
String indexName1 = "testindex1";
36863686
String indexName2 = "testindex2";
36873687
String repoName = "test-restore-snapshot-repo";

0 commit comments

Comments
 (0)