Skip to content

Commit 8f72d38

Browse files
authored
Removing a yaml test (#132063)
1 parent b25542f commit 8f72d38

File tree

1 file changed

+0
-16
lines changed
  • x-pack/plugin/stack/src/yamlRestTest/resources/rest-api-spec/test/stack

1 file changed

+0
-16
lines changed

x-pack/plugin/stack/src/yamlRestTest/resources/rest-api-spec/test/stack/10_basic.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -284,19 +284,3 @@ setup:
284284
data_stream.type: "synthetics"
285285
data_stream.dataset: "dataset0"
286286
data_stream.namespace: "namespace1"
287-
288-
---
289-
"Test wrong data_stream type - logs from 9.2.0":
290-
- requires:
291-
cluster_features: [ "gte_v9.1.99" ]
292-
reason: "failure store is enabled by default for log data streams since 9.2.0"
293-
294-
- do:
295-
index:
296-
index: logs-dataset0-namespace1
297-
body:
298-
"@timestamp": "2020-01-01"
299-
data_stream.type: "metrics"
300-
data_stream.dataset: "dataset0"
301-
data_stream.namespace: "namespace1"
302-
- match: { failure_store: used }

0 commit comments

Comments
 (0)