We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ff6b2 commit 79a93f6Copy full SHA for 79a93f6
x-pack/plugin/logsdb/src/yamlRestTest/java/org/elasticsearch/xpack/logsdb/LogsdbTestSuiteIT.java
@@ -47,7 +47,7 @@ public LogsdbTestSuiteIT(@Name("yaml") ClientYamlTestCandidate testCandidate) {
47
48
@ParametersFactory
49
public static Iterable<Object[]> parameters() throws Exception {
50
- // Filter out 52_esql_insist_operator_synthetic_source.yml suite is build is not snapshot:
+ // Filter out 52_esql_insist_operator_synthetic_source.yml suite for snapshot builds:
51
// (esql doesn't use feature flags and all experimental features are just enabled if build is snapshot)
52
53
List<Object[]> filtered = new ArrayList<>();
0 commit comments