Mute CoreFullClusterRestartIT testRecovery (#52038)

Relates #52031
This commit is contained in:
Albert Zaharovits 2020-02-07 13:35:26 +02:00
parent 8f10a7c6ca
commit 4add82d966
1 changed files with 6 additions and 0 deletions

View File

@ -21,4 +21,10 @@ public class CoreFullClusterRestartIT extends FullClusterRestartIT {
.put(ThreadContext.PREFIX + ".Authorization", token)
.build();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52031")
@Override
public void testRecovery() throws Exception {
super.testRecovery();
}
}