Skip to content

Commit

Permalink
Mute SharedClusterSnapshotRestoreIT.testSnapshotRequest
Browse files Browse the repository at this point in the history
Tracked by #31054
  • Loading branch information
imotov committed Jul 9, 2018
1 parent 3dbe0bf commit c363c74
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2706,6 +2706,7 @@ public void testCannotCreateSnapshotsWithSameName() throws Exception {
assertThat(createSnapshotResponse.getSnapshotInfo().snapshotId().getName(), equalTo(snapshotName));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31054")
public void testGetSnapshotsRequest() throws Exception {
final String repositoryName = "test-repo";
final String indexName = "test-idx";
Expand Down

0 comments on commit c363c74

Please sign in to comment.