Skip to content

Commit 1edf559

Browse files
committed
mute SharedClusterSnapshotRestoreIT testParallelRestoreOperationsFromSingleSnapshot
Tracking elastic#44671
1 parent 9e53d6d commit 1edf559

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
package org.elasticsearch.snapshots;
2121

22+
import org.apache.lucene.util.Constants;
2223
import org.apache.lucene.util.SetOnce;
2324
import org.elasticsearch.ElasticsearchException;
2425
import org.elasticsearch.ExceptionsHelper;
@@ -3394,6 +3395,7 @@ public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
33943395
}
33953396

33963397
public void testSnapshotStatusOnFailedIndex() throws Exception {
3398+
assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS);
33973399
logger.info("--> creating repository");
33983400
final Path repoPath = randomRepoPath();
33993401
final Client client = client();

0 commit comments

Comments
 (0)