muted test

This commit is contained in:
Martijn van Groningen 2017-11-22 19:18:35 +01:00
parent ef34555b29
commit ca9c476d88
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,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/27497")
public void testGradleVersionsMatchVersionUtils() {
// First check the index compatible versions
VersionsFromProperty indexCompatible = new VersionsFromProperty("tests.gradle_index_compat_versions");