File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -678,6 +678,9 @@ tests:
678678- class : org.elasticsearch.xpack.logsdb.qa.LogsDbVersusReindexedLogsDbChallengeRestIT
679679 method : testEsqlSource
680680 issue : https://github.com/elastic/elasticsearch/issues/133520
681+ - class : org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
682+ method : test {csv-spec:inlinestats.MultiIndexInlinestats OfMultiTypedField}
683+ issue : https://github.com/elastic/elasticsearch/issues/133973
681684
682685# Examples:
683686#
Original file line number Diff line number Diff line change @@ -3084,7 +3084,7 @@ count:long | message:keyword
30843084
30853085multiIndexInlinestats OfMultiTypedField
30863086required_capability: inlinestats_v11
3087-
3087+ // https://github.com/elastic/elasticsearch/issues/133973
30883088FROM apps, apps_short
30893089| INLINESTATS s = sum(id::integer)
30903090| SORT name, version
You can’t perform that action at this time.
0 commit comments