From 5bde7cfecde8c4468bf3285c66006ca5f0c7978f Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 9 Jul 2025 17:16:01 +0400 Subject: [PATCH] Add watcher YAML REST tests to restResourcesZip (#130805) --- 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 9f7dcc4b26c05..9307b6a8a51d4 100644 --- a/x-pack/rest-resources-zip/build.gradle +++ b/x-pack/rest-resources-zip/build.gradle @@ -29,6 +29,7 @@ dependencies { 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') + platinumTests project(path: ':x-pack:plugin:watcher:qa:rest', configuration: 'restXpackTests') platinumCompatTests project(path: ':x-pack:plugin', configuration: 'restCompatTests') platinumCompatTests project(path: ':x-pack:plugin:eql:qa:rest', configuration: 'restCompatTests') }