parent
89ba8996c6
commit
f1ebf366bf
|
@ -258,7 +258,6 @@ public class VersionUtilsTests extends ESTestCase {
|
||||||
* Tests that {@link Version#minimumCompatibilityVersion()} and {@link VersionUtils#allReleasedVersions()}
|
* Tests that {@link Version#minimumCompatibilityVersion()} and {@link VersionUtils#allReleasedVersions()}
|
||||||
* agree with the list of wire and index compatible versions we build in gradle.
|
* agree with the list of wire and index compatible versions we build in gradle.
|
||||||
*/
|
*/
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27497")
|
|
||||||
public void testGradleVersionsMatchVersionUtils() {
|
public void testGradleVersionsMatchVersionUtils() {
|
||||||
// First check the index compatible versions
|
// First check the index compatible versions
|
||||||
VersionsFromProperty indexCompatible = new VersionsFromProperty("tests.gradle_index_compat_versions");
|
VersionsFromProperty indexCompatible = new VersionsFromProperty("tests.gradle_index_compat_versions");
|
||||||
|
|
Loading…
Reference in New Issue