Merge branch 'master' into fix/client-cookie
Original commit: elastic/x-pack-elasticsearch@46a3305b2a
This commit is contained in:
commit
d86204b582
|
@ -37,6 +37,6 @@ public class VersionCompatibilityTests extends ESTestCase {
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
assertThat("Remove workaround in LicenseService class when es core supports merging cluster level custom metadata",
|
assertThat("Remove workaround in LicenseService class when es core supports merging cluster level custom metadata",
|
||||||
Version.CURRENT.equals(Version.V_5_0_0), is(true));
|
Version.CURRENT.equals(Version.V_5_0_0_alpha3), is(true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue