From d6387babb271d8347bf17aa81000799e304d605c Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Wed, 10 Feb 2021 21:17:27 +0000 Subject: [PATCH] Skip cat template YAML test (#5313) Co-authored-by: Martijn Laarman --- tests/Tests.YamlRunner/SkipList.fs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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" + ]