From 946acf740013b9295f8de1c6aa008ac623989821 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 4 Nov 2024 17:04:14 +0000 Subject: [PATCH] Test Runner: Skips tsdb, logsdb tests --- .../spec/rest_api/skipped_tests_free.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/elasticsearch-api/spec/rest_api/skipped_tests_free.yml b/elasticsearch-api/spec/rest_api/skipped_tests_free.yml index 681452f91..44f000d8d 100644 --- a/elasticsearch-api/spec/rest_api/skipped_tests_free.yml +++ b/elasticsearch-api/spec/rest_api/skipped_tests_free.yml @@ -210,3 +210,15 @@ - :file: 'cluster.desired_nodes/11_old_format.yml' :description: '*' +- + :file: 'tsdb/20_mapping.yml' + :description: 'disabled source is not supported' +- + :file: 'tsdb/20_mapping.yml' + :description: 'source include/exclude' +- + :file: 'logsdb/20_source_mapping.yml' + :description: 'disabled _source is not supported' +- + :file: 'logsdb/20_source_mapping.yml' + :description: 'include/exclude is not supported with synthetic _source'