Mute FullClusterRestartIT#testWatcher
This test has failed due to incorrect versions on the watches, see
This commit is contained in:
parent
95f660d577
commit
afaa7e60f9
|
@ -137,6 +137,7 @@ public class FullClusterRestartIT extends AbstractFullClusterRestartTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40178")
|
||||||
public void testWatcher() throws Exception {
|
public void testWatcher() throws Exception {
|
||||||
if (isRunningAgainstOldCluster()) {
|
if (isRunningAgainstOldCluster()) {
|
||||||
logger.info("Adding a watch on old cluster {}", getOldClusterVersion());
|
logger.info("Adding a watch on old cluster {}", getOldClusterVersion());
|
||||||
|
|
Loading…
Reference in New Issue