We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ba899 commit f1ebf36Copy full SHA for f1ebf36
test/framework/src/test/java/org/elasticsearch/test/VersionUtilsTests.java
@@ -258,7 +258,6 @@ public void testResolveReleasedVersionsAtNewMinorBranchIn6x() {
258
* Tests that {@link Version#minimumCompatibilityVersion()} and {@link VersionUtils#allReleasedVersions()}
259
* agree with the list of wire and index compatible versions we build in gradle.
260
*/
261
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27497")
262
public void testGradleVersionsMatchVersionUtils() {
263
// First check the index compatible versions
264
VersionsFromProperty indexCompatible = new VersionsFromProperty("tests.gradle_index_compat_versions");
0 commit comments