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