diff --git a/tests/Tests.YamlRunner/SkipList.fs b/tests/Tests.YamlRunner/SkipList.fs index a7a4fc4a2db..3c5f59da051 100644 --- a/tests/Tests.YamlRunner/SkipList.fs +++ b/tests/Tests.YamlRunner/SkipList.fs @@ -158,15 +158,11 @@ let SkipList = dict [ //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 @@ -184,6 +180,9 @@ let SkipList = dict [ // 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" + ]