@@ -205,6 +205,9 @@ tests:
205205- class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
206206 method : test {categorize.Categorize SYNC}
207207 issue : https://github.com/elastic/elasticsearch/issues/113722
208+ - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
209+ method : test {categorize.Categorize ASYNC}
210+ issue : https://github.com/elastic/elasticsearch/issues/116373
208211- class : org.elasticsearch.kibana.KibanaThreadPoolIT
209212 method : testBlockedThreadPoolsRejectUserRequests
210213 issue : https://github.com/elastic/elasticsearch/issues/113939
@@ -327,11 +330,21 @@ tests:
327330 issue : https://github.com/elastic/elasticsearch/issues/116542
328331- class : org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
329332 issue : https://github.com/elastic/elasticsearch/issues/116817
330- - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
331- issue : https://github.com/elastic/elasticsearch/issues/116444
332333- class : org.elasticsearch.xpack.spatial.search.GeoGridAggAndQueryConsistencyIT
333334 method : testGeoShapeGeoHex
334335 issue : https://github.com/elastic/elasticsearch/issues/115705
336+ - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
337+ method : test {spatial.CentroidFromAirportsAfterIntersectsCompoundPredicateNoDocValues SYNC}
338+ issue : https://github.com/elastic/elasticsearch/issues/116945
339+ - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
340+ method : test {spatial.CentroidFromAirportsAfterIntersectsCompoundPredicateNoDocValues ASYNC}
341+ issue : https://github.com/elastic/elasticsearch/issues/116945
342+ - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
343+ method : test {spatial.CentroidFromAirportsAfterIntersectsCompoundPredicateNotIndexedNorDocValues SYNC}
344+ issue : https://github.com/elastic/elasticsearch/issues/116945
345+ - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
346+ method : test {spatial.CentroidFromAirportsAfterIntersectsCompoundPredicateNotIndexedNorDocValues ASYNC}
347+ issue : https://github.com/elastic/elasticsearch/issues/116945
335348
336349# Examples:
337350#
0 commit comments