From aaaf7641c58f414568fd1b1a017ef07946381776 Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Thu, 26 Jun 2025 10:48:33 +0200 Subject: [PATCH] Include mapper extras yaml tests into mixed cluster qa module. (#130023) --- qa/mixed-cluster/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/mixed-cluster/build.gradle b/qa/mixed-cluster/build.gradle index d893eb6233e64..dfe4052b09aff 100644 --- a/qa/mixed-cluster/build.gradle +++ b/qa/mixed-cluster/build.gradle @@ -23,6 +23,7 @@ apply plugin: 'elasticsearch.rest-resources' dependencies { restTestConfig project(path: ':modules:aggregations', configuration: 'restTests') + restTestConfig project(path: ':modules:mapper-extras', configuration: 'restTests') } restResources {