Tests: Adapting to Version changes in core
Original commit: elastic/x-pack-elasticsearch@89e9cf427d
This commit is contained in:
parent
b52e9d6e03
commit
847287278b
|
@ -37,6 +37,6 @@ public class VersionCompatibilityTests extends ESTestCase {
|
|||
*
|
||||
*/
|
||||
assertThat("Remove workaround in LicenseService class when es core supports merging cluster level custom metadata",
|
||||
Version.CURRENT.onOrBefore(Version.V_5_0_0_alpha1), is(true));
|
||||
Version.CURRENT.onOrBefore(Version.V_5_0_0), is(true));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue