Skip to content

Commit 63bba67

Browse files
authored
[Master] Exclude data-streams-mappings from deletion (#5700)
* Exclude data-streams-mappings from deletion * Exclude metrics-settings
1 parent 91d06ea commit 63bba67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Tests.YamlRunner/TestSuiteBootstrap.fs

+2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ let DefaultSetup : Operation list = [Actions("Setup", fun (client, suite) ->
3333
| "logs-settings"
3434
| "logs-mappings"
3535
| "metrics"
36+
| "data-streams-mappings"
3637
| "metrics-settings"
3738
| "metrics-mappings"
39+
| "metrics-mappings"
3840
| "synthetics"
3941
| "synthetics-settings"
4042
| "synthetics-mappings"

0 commit comments

Comments
 (0)