Skip to content

Commit

Permalink
Mute VersionUtilsTests testGradleVersionsMatchVersionUtils (#98056)
Browse files Browse the repository at this point in the history
Mutes failing test from #98054
  • Loading branch information
valeriy42 authored Jul 31, 2023
1 parent 50b1749 commit 62bebfd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ public void testResolveReleasedVersionsAtNewMinorBranchIn6x() {
* 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");
Expand Down

0 comments on commit 62bebfd

Please sign in to comment.