Skip to content

Commit c1a7d12

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 ad89697 commit c1a7d12

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
@@ -3396,7 +3396,6 @@ public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
33963396
}
33973397

33983398
public void testSnapshotStatusOnFailedIndex() throws Exception {
3399-
assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS);
34003399
logger.info("--> creating repository");
34013400
final Path repoPath = randomRepoPath();
34023401
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)