master is now 5.0.0-alpha5
Original commit: elastic/x-pack-elasticsearch@ce2a255cde
This commit is contained in:
parent
e861608c59
commit
5533470959
|
@ -33,6 +33,6 @@ public class VersionCompatibilityTests extends ESTestCase {
|
|||
*
|
||||
*/
|
||||
assertThat("Remove workaround in LicenseService class when es core supports merging cluster level custom metadata",
|
||||
Version.CURRENT.equals(Version.V_5_0_0_alpha4), is(true));
|
||||
Version.CURRENT.equals(Version.V_5_0_0_alpha5), is(true));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue