We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d573a commit 111513bCopy full SHA for 111513b
server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java
@@ -19,6 +19,7 @@
19
20
package org.elasticsearch.snapshots;
21
22
+import org.apache.lucene.util.Constants;
23
import org.apache.lucene.util.SetOnce;
24
import org.elasticsearch.ElasticsearchException;
25
import org.elasticsearch.ExceptionsHelper;
@@ -3404,6 +3405,7 @@ public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
3404
3405
}
3406
3407
public void testSnapshotStatusOnFailedIndex() throws Exception {
3408
+ assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS);
3409
logger.info("--> creating repository");
3410
final Path repoPath = randomRepoPath();
3411
final Client client = client();
0 commit comments