Skip to content

Commit 38475da

Browse files
committed
Correctly mute the test
1 parent 3c0f702 commit 38475da

File tree

1 file changed

+1
-1
lines changed
  • x-pack/qa/multi-project/core-rest-tests-with-multiple-projects

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +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
42+
'^data_stream/230_data_stream_options/*', // updating data stream options does not yet support multi project
4343
'^health/10_basic/*',
4444
'^health/40_diagnosis/*',
4545
'^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)