Browse Source

Mute VersionUtilsTests testGradleVersionsMatchVersionUtils (#98056)

Mutes failing test from #98054
Valeriy Khakhutskyy 2 years ago
parent
commit
62bebfd9d6

+ 1 - 0
test/framework/src/test/java/org/elasticsearch/test/VersionUtilsTests.java

@@ -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");