Skip to content

Commit 4add82d

Browse files
Mute CoreFullClusterRestartIT testRecovery (#52038)
Relates #52031
1 parent 8f10a7c commit 4add82d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

x-pack/qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart/CoreFullClusterRestartIT.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@ protected Settings restClientSettings() {
2121
.put(ThreadContext.PREFIX + ".Authorization", token)
2222
.build();
2323
}
24+
25+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52031")
26+
@Override
27+
public void testRecovery() throws Exception {
28+
super.testRecovery();
29+
}
2430
}

0 commit comments

Comments
 (0)