File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
modules/streams/src/yamlRestTest/java/org/elasticsearch/streams Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 13
13
import com .carrotsearch .randomizedtesting .annotations .ParametersFactory ;
14
14
15
15
import org .elasticsearch .test .cluster .ElasticsearchCluster ;
16
+ import org .elasticsearch .test .cluster .FeatureFlag ;
16
17
import org .elasticsearch .test .rest .yaml .ClientYamlTestCandidate ;
17
18
import org .elasticsearch .test .rest .yaml .ESClientYamlSuiteTestCase ;
18
19
import org .junit .ClassRule ;
@@ -28,10 +29,11 @@ public static Iterable<Object[]> parameters() throws Exception {
28
29
}
29
30
30
31
@ 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 ();
32
33
33
34
@ Override
34
35
protected String getTestRestCluster () {
35
36
return cluster .getHttpAddresses ();
36
37
}
38
+
37
39
}
Original file line number Diff line number Diff line change @@ -568,12 +568,6 @@ tests:
568
568
- class : org.elasticsearch.search.query.RescoreKnnVectorQueryIT
569
569
method : testKnnSearchRescore
570
570
issue : https://github.com/elastic/elasticsearch/issues/129713
571
- - class : org.elasticsearch.streams.StreamsYamlTestSuiteIT
572
- method : test {yaml=streams/logs/10_basic/Basic toggle of logs state enable to disable and back}
573
- issue : https://github.com/elastic/elasticsearch/issues/129733
574
- - class : org.elasticsearch.streams.StreamsYamlTestSuiteIT
575
- method : test {yaml=streams/logs/10_basic/Check for repeated toggle to same state}
576
- issue : https://github.com/elastic/elasticsearch/issues/129735
577
571
- class : org.elasticsearch.snapshots.SnapshotShutdownIT
578
572
method : testSnapshotShutdownProgressTracker
579
573
issue : https://github.com/elastic/elasticsearch/issues/129752
You can’t perform that action at this time.
0 commit comments