Skip to content

Commit

Permalink
mute SharedClusterSnapshotRestoreIT testParallelRestoreOperationsFrom…
Browse files Browse the repository at this point in the history
…SingleSnapshot

Tracking elastic#44671
  • Loading branch information
alpar-t committed Jul 21, 2019
1 parent 45d573a commit 111513b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

package org.elasticsearch.snapshots;

import org.apache.lucene.util.Constants;
import org.apache.lucene.util.SetOnce;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.ExceptionsHelper;
Expand Down Expand Up @@ -3404,6 +3405,7 @@ public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
}

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

0 comments on commit 111513b

Please sign in to comment.