Skip to content

Commit 2c8aa0e

Browse files
committed
Fix version in tests since elastic#41906 was merged
1 parent 49bd667 commit 2c8aa0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RollupDateHistoUpgradeIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class RollupDateHistoUpgradeIT extends AbstractUpgradeTestCase {
3434
Version.fromString(System.getProperty("tests.upgrade_from_version"));
3535

3636
public void testDateHistoIntervalUpgrade() throws Exception {
37-
assumeTrue("DateHisto interval changed in 7.1", UPGRADE_FROM_VERSION.before(Version.V_8_0_0)); // TODO change this after backport
37+
assumeTrue("DateHisto interval changed in 7.1", UPGRADE_FROM_VERSION.before(Version.V_7_2_0));
3838
switch (CLUSTER_TYPE) {
3939
case OLD:
4040
break;

0 commit comments

Comments
 (0)