From 54a6d5ca9177b473849dd5e80cff3ca5388da1b8 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Wed, 10 Feb 2021 16:29:42 +0000 Subject: [PATCH 1/2] Skip cat template YAML test --- tests/Tests.YamlRunner/SkipList.fs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/Tests.YamlRunner/SkipList.fs b/tests/Tests.YamlRunner/SkipList.fs index a7a4fc4a2db..3583d84b14f 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 From b7b0774f79a473715eb149790299dc4d57cf8282 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Wed, 10 Feb 2021 21:40:09 +0100 Subject: [PATCH 2/2] Add additional skip on nodes.info/10_basic.yml --- tests/Tests.YamlRunner/SkipList.fs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Tests.YamlRunner/SkipList.fs b/tests/Tests.YamlRunner/SkipList.fs index 3583d84b14f..3c5f59da051 100644 --- a/tests/Tests.YamlRunner/SkipList.fs +++ b/tests/Tests.YamlRunner/SkipList.fs @@ -180,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" + ]