Skip to content

Commit c272dbe

Browse files
committed
Fix tests
1 parent 74a6262 commit c272dbe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/220_failure_store_cluster_setting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ teardown:
193193
name: "disabled-fs-matching"
194194
- length: { data_streams: 1 }
195195
- match: { data_streams.0.name: disabled-fs-matching }
196-
- match: { data_streams.0.failure_store.enabled: false }
196+
- match: { data_streams.0.options.failure_store.enabled: false }
197197

198198
# Assert that failure store is effectively disabled
199199
- do:
@@ -214,7 +214,7 @@ teardown:
214214
name: "disabled-fs-matching"
215215
- length: { data_streams: 1 }
216216
- match: { data_streams.0.name: disabled-fs-matching }
217-
- match: { data_streams.0.failure_store.enabled: false }
217+
- match: { data_streams.0.options.failure_store.enabled: false }
218218

219219
# Assert that failure store is effectively disabled
220220
- do:

x-pack/qa/multi-project/core-rest-tests-with-multiple-projects/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ tasks.named("yamlRestTest").configure {
3939
'^cat.snapshots/*/*',
4040
'^cluster.desired_balance/10_basic/*',
4141
'^data_stream/40_supported_apis/Verify shard stores api', // uses _shard_stores API
42+
'^data_stream/230_data_stream_options.yml', // updating data stream options does not yet support multi project
4243
'^health/10_basic/*',
4344
'^health/40_diagnosis/*',
4445
'^indices.get_alias/10_basic/Get alias against closed indices', // Does NOT work with security enabled, see also core-rest-tests-with-security

0 commit comments

Comments
 (0)