From 108075216a0345d374b9158a7facfe462c38c671 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 29 Oct 2025 12:57:38 +0400 Subject: [PATCH] Add downsample YAML tests to rest-resources-zip (#137308) --- x-pack/rest-resources-zip/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/rest-resources-zip/build.gradle b/x-pack/rest-resources-zip/build.gradle index a2cf209e12fe4..f13a1e58b20d6 100644 --- a/x-pack/rest-resources-zip/build.gradle +++ b/x-pack/rest-resources-zip/build.gradle @@ -27,6 +27,7 @@ dependencies { compatApis project(path: ':x-pack:plugin', configuration: 'restCompatSpecs') freeCompatTests project(path: ':rest-api-spec', configuration: 'restCompatTests') platinumTests project(path: ':x-pack:plugin', configuration: 'restXpackTests') + platinumTests project(path: ':x-pack:plugin:downsample:qa:rest', configuration: 'restXpackTests') platinumTests project(path: ':x-pack:plugin:eql:qa:rest', configuration: 'restXpackTests') platinumTests project(path: ':x-pack:plugin:ent-search', configuration: 'restXpackTests') platinumTests project(path: ':x-pack:plugin:inference', configuration: 'restXpackTests')