We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff87b7a commit 2610022Copy full SHA for 2610022
qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java
@@ -47,6 +47,8 @@
47
* In depth testing of the recovery mechanism during a rolling restart.
48
*/
49
public class RecoveryIT extends AbstractRollingTestCase {
50
+
51
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31291")
52
public void testHistoryUUIDIsGenerated() throws Exception {
53
final String index = "index_history_uuid";
54
if (CLUSTER_TYPE == ClusterType.OLD) {
0 commit comments