File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
modules/streams/src/yamlRestTest/java/org/elasticsearch/streams Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1313import com .carrotsearch .randomizedtesting .annotations .ParametersFactory ;
1414
1515import org .elasticsearch .test .cluster .ElasticsearchCluster ;
16+ import org .elasticsearch .test .cluster .FeatureFlag ;
1617import org .elasticsearch .test .rest .yaml .ClientYamlTestCandidate ;
1718import org .elasticsearch .test .rest .yaml .ESClientYamlSuiteTestCase ;
1819import org .junit .ClassRule ;
@@ -28,10 +29,11 @@ public static Iterable<Object[]> parameters() throws Exception {
2829 }
2930
3031 @ ClassRule
31- public static ElasticsearchCluster cluster = ElasticsearchCluster .local ().module ("streams" ).build ();
32+ public static ElasticsearchCluster cluster = ElasticsearchCluster .local ().module ("streams" ).feature ( FeatureFlag . LOGS_STREAM ). build ();
3233
3334 @ Override
3435 protected String getTestRestCluster () {
3536 return cluster .getHttpAddresses ();
3637 }
38+
3739}
You can’t perform that action at this time.
0 commit comments