Skip to content

Commit 2610022

Browse files
committed
AwaitsFix RecoveryIT#testHistoryUUIDIsGenerated
Relates #31291
1 parent ff87b7a commit 2610022

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
* In depth testing of the recovery mechanism during a rolling restart.
4848
*/
4949
public class RecoveryIT extends AbstractRollingTestCase {
50+
51+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31291")
5052
public void testHistoryUUIDIsGenerated() throws Exception {
5153
final String index = "index_history_uuid";
5254
if (CLUSTER_TYPE == ClusterType.OLD) {

0 commit comments

Comments
 (0)