Skip to content

Commit 74a6262

Browse files
committed
Add tear down to 230_data_stream_options.yml
1 parent f31f444 commit 74a6262

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/230_data_stream_options.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ setup:
3636
index: "failure-data-stream"
3737
wait_for_status: green
3838

39+
---
40+
teardown:
41+
- do:
42+
indices.delete_data_stream:
43+
name: failure-data-stream
44+
ignore: 404
45+
3946
---
4047
"Edit data stream options":
4148
- do:

0 commit comments

Comments
 (0)