Skip to content

Skip cat template YAML test #5313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 10, 2021
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
11 changes: 5 additions & 6 deletions tests/Tests.YamlRunner/SkipList.fs
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,11 @@ let SkipList = dict<SkipFile,SkipSection> [
//These are ignored because they were flagged on a big PR.

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

//Replace stashed value in body that is passed as string json
SkipFile "api_key/10_basic.yml", Section "Test get api key"

//additional enters in regex
SkipFile "cat.templates/10_basic.yml", Sections [ "Multiple template"; "Sort templates" ]



//new API TODO remove when we regenerate
SkipFile "cluster.voting_config_exclusions/10_basic.yml", All

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

// TODO investigate post 7.11.0
SkipFile "nodes.info/10_basic.yml", Section "node_info role test"

]