We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbe0bf commit c363c74Copy full SHA for c363c74
core/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java
@@ -2706,6 +2706,7 @@ public void testCannotCreateSnapshotsWithSameName() throws Exception {
2706
assertThat(createSnapshotResponse.getSnapshotInfo().snapshotId().getName(), equalTo(snapshotName));
2707
}
2708
2709
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31054")
2710
public void testGetSnapshotsRequest() throws Exception {
2711
final String repositoryName = "test-repo";
2712
final String indexName = "test-idx";
0 commit comments