Muting VersionFieldIT.testTermsAggregation

This commit is contained in:
Christoph Büscher 2020-09-21 15:46:48 +02:00
parent 803f78ef05
commit d6e977f87b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ public class VersionFieldIT extends ESIntegTestCase {
return org.elasticsearch.common.collect.List.of(VersionFieldPlugin.class, LocalStateCompositeXPackPlugin.class);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62705")
public void testTermsAggregation() throws Exception {
String indexName = "test";
createIndex(indexName);