Skip to content

Commit

Permalink
Reenable test after backport (#58717)
Browse files Browse the repository at this point in the history
This commit re-enables CCR rolling upgrade tests following the
backport of #58217 to 7.8 branch (7.8.1)
  • Loading branch information
tvernum authored Jul 1, 2020
1 parent efa0686 commit 9e49af0
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.xcontent.ObjectPath;
import org.elasticsearch.common.xcontent.support.XContentMapValues;
import org.junit.Before;

import java.io.IOException;
import java.util.Map;
Expand All @@ -24,11 +23,6 @@

public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase {

@Before
public void skipForBackportOf58217() {
assumeFalse("Skip while back-porting #58217", UPGRADE_FROM_VERSION.equals(Version.V_7_8_1));
}

public void testUniDirectionalIndexFollowing() throws Exception {
logger.info("clusterName={}, upgradeState={}", clusterName, upgradeState);

Expand Down

0 comments on commit 9e49af0

Please sign in to comment.