Skip to content

Commit 43ae08a

Browse files
AwaitsFix for testGradleVersionsMatchVersionUtils
Temporary silencing VersionUtilsTests.testGradleVersionsMatchVersionUtils until bwc versions are resolved.
1 parent 5559c30 commit 43ae08a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/framework/src/test/java/org/elasticsearch/test/VersionUtilsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ public void testResolveReleasedVersionsAtNewMinorBranchIn6x() {
302302
* Tests that {@link Version#minimumCompatibilityVersion()} and {@link VersionUtils#allReleasedVersions()}
303303
* agree with the list of wire and index compatible versions we build in gradle.
304304
*/
305+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30133")
305306
public void testGradleVersionsMatchVersionUtils() {
306307
// First check the index compatible versions
307308
VersionsFromProperty indexCompatible = new VersionsFromProperty("tests.gradle_index_compat_versions");

0 commit comments

Comments
 (0)