Skip to content

Commit 06f84b8

Browse files
committed
Don't run the csv tests for inlinestats in non-snapshot tests
1 parent 99c5398 commit 06f84b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ public enum Cap {
809809
* Fixes a series of issues with inlinestats which had an incomplete implementation after lookup and inlinestats
810810
* were refactored.
811811
*/
812-
INLINESTATS_V3;
812+
INLINESTATS_V3(EsqlPlugin.INLINESTATS_FEATURE_FLAG);
813813

814814
private final boolean enabled;
815815

0 commit comments

Comments
 (0)