Skip to content

Commit d85c1c6

Browse files
committed
mute SharedClusterSnapshotRestoreIT testParallelRestoreOperationsFromSingleSnapshot
Tracking elastic#44671
1 parent 7d23150 commit d85c1c6

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;
@@ -3395,6 +3396,7 @@ public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
33953396
}
33963397

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

0 commit comments

Comments
 (0)