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