Skip to content

Commit

Permalink
unmute test #39355
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Mar 7, 2019
1 parent 7c57612 commit 99f1d8a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,10 @@ 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);
if (upgradeState != UpgradeState.ALL) {
return;
}

if (clusterName == ClusterName.FOLLOWER) {
// At this point the leader cluster has not been upgraded, but follower cluster has been upgrade.
Expand Down

0 comments on commit 99f1d8a

Please sign in to comment.