We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e53d6d commit 1edf559Copy full SHA for 1edf559
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;
@@ -3394,6 +3395,7 @@ public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
3394
3395
}
3396
3397
public void testSnapshotStatusOnFailedIndex() throws Exception {
3398
+ assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS);
3399
logger.info("--> creating repository");
3400
final Path repoPath = randomRepoPath();
3401
final Client client = client();
0 commit comments