Skip to content

Commit 7e258c8

Browse files
committed
Reenable test after backport
This commit re-enables CCR rolling upgrade tests following the backport of elastic#58217 to 7.8 branch (7.8.1)
1 parent dcc5a06 commit 7e258c8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

x-pack/qa/rolling-upgrade-multi-cluster/src/test/java/org/elasticsearch/upgrades/CcrRollingUpgradeIT.java

-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import org.elasticsearch.common.settings.Settings;
1414
import org.elasticsearch.common.xcontent.ObjectPath;
1515
import org.elasticsearch.common.xcontent.support.XContentMapValues;
16-
import org.junit.Before;
1716

1817
import java.io.IOException;
1918
import java.util.Map;
@@ -24,11 +23,6 @@
2423

2524
public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase {
2625

27-
@Before
28-
public void skipForBackportOf58217() {
29-
assumeFalse("Skip while back-porting #58217", UPGRADE_FROM_VERSION.equals(Version.V_7_8_1));
30-
}
31-
3226
public void testUniDirectionalIndexFollowing() throws Exception {
3327
logger.info("clusterName={}, upgradeState={}", clusterName, upgradeState);
3428

0 commit comments

Comments
 (0)