File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
modules/lang-mustache/src/yamlRestTest/resources/rest-api-spec/test/lang_mustache Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11setup :
22 - skip :
3- version : all
4- reason : ' AwaitsFix: https://github.com/elastic/elasticsearch/issues/82502'
5- features : allowed_warnings
3+ features : allowed_warnings_regex
64 - do :
75 indices.put_template :
86 name : index_template
2220 type : keyword
2321
2422 - do :
25- allowed_warnings :
26- - " index [test-0] matches multiple legacy templates [global, index_template], composable templates will only match a single template"
23+ allowed_warnings_regex :
24+ - " index \\ [test-[0-2] \\ ] matches multiple legacy templates \\ [global, index_template\\ ], composable templates will only match a single template"
2725 bulk :
2826 refresh : true
2927 body :
You can’t perform that action at this time.
0 commit comments