Muting VersionFieldIT.testTermsAggregation
This commit is contained in:
parent
803f78ef05
commit
d6e977f87b
|
@ -27,6 +27,7 @@ public class VersionFieldIT extends ESIntegTestCase {
|
||||||
return org.elasticsearch.common.collect.List.of(VersionFieldPlugin.class, LocalStateCompositeXPackPlugin.class);
|
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 {
|
public void testTermsAggregation() throws Exception {
|
||||||
String indexName = "test";
|
String indexName = "test";
|
||||||
createIndex(indexName);
|
createIndex(indexName);
|
||||||
|
|
Loading…
Reference in New Issue