From 617724caef89bb4135b681caa21a4aef418610c7 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Tue, 5 Nov 2024 16:13:52 +0000 Subject: [PATCH 1/2] Test Runner: Skips inference test, tested in elasticsearch-clients-tests --- elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml b/elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml index 70861880c8..8fb1839d9a 100644 --- a/elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml +++ b/elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml @@ -243,3 +243,6 @@ - :file: 'esql/60_usage.yml' :description: 'Basic ESQL usage output (telemetry) non-snapshot version' +- + :file: 'ml/inference_crud.yml' + :description: '*' # Being tested in elasticsearch-clients-tests From 169a83457fd4f16f4dec7af48df3624c519f2083 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 4 Nov 2024 17:04:14 +0000 Subject: [PATCH 2/2] 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 681452f91d..44f000d8d3 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'