Skip to content

Commit ff65588

Browse files
committed
Muted an inlinestats + fork IT test
1 parent f74d030 commit ff65588

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

muted-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
#

x-pack/plugin/esql/qa/testFixtures/src/main/resources/inlinestats.csv-spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3084,7 +3084,7 @@ count:long | message:keyword
30843084

30853085
multiIndexInlinestats OfMultiTypedField
30863086
required_capability: inlinestats_v11
3087-
3087+
// https://github.com/elastic/elasticsearch/issues/133973
30883088
FROM apps, apps_short
30893089
| INLINESTATS s = sum(id::integer)
30903090
| SORT name, version

0 commit comments

Comments
 (0)