We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bd667 commit 2c8aa0eCopy full SHA for 2c8aa0e
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RollupDateHistoUpgradeIT.java
@@ -34,7 +34,7 @@ public class RollupDateHistoUpgradeIT extends AbstractUpgradeTestCase {
34
Version.fromString(System.getProperty("tests.upgrade_from_version"));
35
36
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
+ assumeTrue("DateHisto interval changed in 7.1", UPGRADE_FROM_VERSION.before(Version.V_7_2_0));
38
switch (CLUSTER_TYPE) {
39
case OLD:
40
break;
0 commit comments