diff --git a/x-pack/qa/rolling-upgrade-multi-cluster/src/test/java/org/elasticsearch/upgrades/CcrRollingUpgradeIT.java b/x-pack/qa/rolling-upgrade-multi-cluster/src/test/java/org/elasticsearch/upgrades/CcrRollingUpgradeIT.java index 3c8fff8a9b3..b0a0e5fbdcd 100644 --- a/x-pack/qa/rolling-upgrade-multi-cluster/src/test/java/org/elasticsearch/upgrades/CcrRollingUpgradeIT.java +++ b/x-pack/qa/rolling-upgrade-multi-cluster/src/test/java/org/elasticsearch/upgrades/CcrRollingUpgradeIT.java @@ -23,6 +23,12 @@ import static org.hamcrest.Matchers.equalTo; public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase { + // TODO: Remove this empty test + public void testEmpty() { + + } + + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625") public void testUniDirectionalIndexFollowing() throws Exception { logger.info("clusterName={}, upgradeState={}", clusterName, upgradeState); @@ -90,6 +96,7 @@ public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625") public void testAutoFollowing() throws Exception { String leaderIndex1 = "logs-20200101"; String leaderIndex2 = "logs-20200102"; @@ -208,6 +215,7 @@ public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625") public void testCannotFollowLeaderInUpgradedCluster() throws Exception { if (upgradeState != UpgradeState.ALL) { return; @@ -235,6 +243,7 @@ public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625") public void testBiDirectionalIndexFollowing() throws Exception { logger.info("clusterName={}, upgradeState={}", clusterName, upgradeState);