Skip to content

Commit

Permalink
Fix version in tests since #41906 was merged
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakavas committed May 21, 2019
1 parent 49bd667 commit 2c8aa0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class RollupDateHistoUpgradeIT extends AbstractUpgradeTestCase {
Version.fromString(System.getProperty("tests.upgrade_from_version"));

public void testDateHistoIntervalUpgrade() throws Exception {
assumeTrue("DateHisto interval changed in 7.1", UPGRADE_FROM_VERSION.before(Version.V_8_0_0)); // TODO change this after backport
assumeTrue("DateHisto interval changed in 7.1", UPGRADE_FROM_VERSION.before(Version.V_7_2_0));
switch (CLUSTER_TYPE) {
case OLD:
break;
Expand Down

0 comments on commit 2c8aa0e

Please sign in to comment.