muted test
This commit is contained in:
parent
ef34555b29
commit
ca9c476d88
|
@ -258,6 +258,7 @@ public class VersionUtilsTests extends ESTestCase {
|
||||||
* Tests that {@link Version#minimumCompatibilityVersion()} and {@link VersionUtils#allReleasedVersions()}
|
* Tests that {@link Version#minimumCompatibilityVersion()} and {@link VersionUtils#allReleasedVersions()}
|
||||||
* agree with the list of wire and index compatible versions we build in gradle.
|
* agree with the list of wire and index compatible versions we build in gradle.
|
||||||
*/
|
*/
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27497")
|
||||||
public void testGradleVersionsMatchVersionUtils() {
|
public void testGradleVersionsMatchVersionUtils() {
|
||||||
// First check the index compatible versions
|
// First check the index compatible versions
|
||||||
VersionsFromProperty indexCompatible = new VersionsFromProperty("tests.gradle_index_compat_versions");
|
VersionsFromProperty indexCompatible = new VersionsFromProperty("tests.gradle_index_compat_versions");
|
||||||
|
|
Loading…
Reference in New Issue