unmuted test, this has been fixed by #27397

Closes #27497
This commit is contained in:
Martijn van Groningen 2017-11-24 08:53:00 +01:00
parent 89ba8996c6
commit f1ebf366bf
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 0 additions and 1 deletions

View File

@ -258,7 +258,6 @@ 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");