From 0896820021f017753df013822890bb499e40f57d Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Wed, 25 Jun 2025 19:10:45 +0200 Subject: [PATCH] Include mapper extras yaml tests into mixed cluster qa module. --- 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 {