We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0f702 commit 38475daCopy full SHA for 38475da
x-pack/qa/multi-project/core-rest-tests-with-multiple-projects/build.gradle
@@ -39,7 +39,7 @@ tasks.named("yamlRestTest").configure {
39
'^cat.snapshots/*/*',
40
'^cluster.desired_balance/10_basic/*',
41
'^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
+ '^data_stream/230_data_stream_options/*', // updating data stream options does not yet support multi project
43
'^health/10_basic/*',
44
'^health/40_diagnosis/*',
45
'^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