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 fc9c0ce commit ee723adCopy full SHA for ee723ad
qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/SnapshotBasedRecoveryIT.java
@@ -42,6 +42,7 @@
42
43
public class SnapshotBasedRecoveryIT extends AbstractRollingTestCase {
44
45
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/93271")
46
public void testSnapshotBasedRecovery() throws Exception {
47
final String indexName = "snapshot_based_recovery";
48
final String repositoryName = "snapshot_based_recovery_repo";
0 commit comments