Skip to content

Commit 0a7e83c

Browse files
github-actions[bot]stevejgordonMpdreamz
authored
[Backport 7.x] Skip cat template YAML test (#5314)
Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com> Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk> Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com>
1 parent 2f515e9 commit 0a7e83c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tests/Tests.YamlRunner/SkipList.fs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,11 @@ let SkipList = dict<SkipFile,SkipSection> [
158158
//These are ignored because they were flagged on a big PR.
159159

160160
//additional enters in regex
161-
SkipFile "cat.templates/10_basic.yml", Sections [ "Multiple template"; "Sort templates" ]
161+
SkipFile "cat.templates/10_basic.yml", Sections [ "Multiple template"; "Sort templates"; "No templates" ]
162162

163163
//Replace stashed value in body that is passed as string json
164164
SkipFile "api_key/10_basic.yml", Section "Test get api key"
165-
166-
//additional enters in regex
167-
SkipFile "cat.templates/10_basic.yml", Sections [ "Multiple template"; "Sort templates" ]
168-
169-
165+
170166
//new API TODO remove when we regenerate
171167
SkipFile "cluster.voting_config_exclusions/10_basic.yml", All
172168

@@ -184,6 +180,9 @@ let SkipList = dict<SkipFile,SkipSection> [
184180
// Temporary disabling this test while https://github.com/elastic/elasticsearch/pull/66794
185181
SkipFile "search.highlight/20_fvh.yml", All
186182

183+
// TODO investigate post 7.11.0
184+
SkipFile "nodes.info/10_basic.yml", Section "node_info role test"
185+
187186
]
188187

189188

0 commit comments

Comments
 (0)