Skip to content

Commit

Permalink
Mute CcrRollingUpgradeIT#testCannotFollowLeaderInUpgradedCluster
Browse files Browse the repository at this point in the history
See #39355
  • Loading branch information
costin authored and martijnvg committed Feb 26, 2019
1 parent c2a29da commit 68e5566
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ public void testAutoFollowing() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39355")
public void testCannotFollowLeaderInUpgradedCluster() throws Exception {
assumeTrue("Tests only runs with upgrade_state [all]", upgradeState == UpgradeState.ALL);
assumeTrue("Put follow api does not restore from ccr repository before 6.7.0",
Expand Down

0 comments on commit 68e5566

Please sign in to comment.