File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed
modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/simulate.ingest
server/src/main/java/org/elasticsearch/ingest Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -158,9 +158,6 @@ teardown:
158158
159159---
160160"Test simulate with invalid GROK pattern":
161- - requires:
162- cluster_features: ["simulate.ingest.400_on_failure"]
163- reason: "simulate.ingest returned 500 on failure before"
164161 - skip:
165162 features: headers
166163 - do:
Original file line number Diff line number Diff line change @@ -600,9 +600,6 @@ setup:
600600
601601---
602602" Test bad pipeline substitution " :
603- - requires :
604- cluster_features : ["simulate.ingest.400_on_failure"]
605- reason : " simulate.ingest returned 500 on failure before"
606603 - skip :
607604 features : [headers, allowed_warnings]
608605
Original file line number Diff line number Diff line change 1616import java .util .Set ;
1717
1818public class IngestFeatures implements FeatureSpecification {
19-
20- private static final NodeFeature SIMULATE_INGEST_400_ON_FAILURE = new NodeFeature ("simulate.ingest.400_on_failure" , true );
21-
2219 @ Override
2320 public Set <NodeFeature > getFeatures () {
2421 if (DataStream .LOGS_STREAM_FEATURE_FLAG ) {
@@ -27,9 +24,4 @@ public Set<NodeFeature> getFeatures() {
2724 return Set .of ();
2825 }
2926 }
30-
31- @ Override
32- public Set <NodeFeature > getTestFeatures () {
33- return Set .of (SIMULATE_INGEST_400_ON_FAILURE );
34- }
3527}
You can’t perform that action at this time.
0 commit comments