Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
setup:
- skip:
version: all
reason: 'AwaitsFix: https://github.com/elastic/elasticsearch/issues/82502'
features: allowed_warnings
features: allowed_warnings_regex
- do:
indices.put_template:
name: index_template
Expand All @@ -22,8 +20,8 @@ setup:
type: keyword

- do:
allowed_warnings:
- "index [test-0] matches multiple legacy templates [global, index_template], composable templates will only match a single template"
allowed_warnings_regex:
- "index \\[test-[0-2]\\] matches multiple legacy templates \\[global, index_template\\], composable templates will only match a single template"
bulk:
refresh: true
body:
Expand Down