From eef5c14876648d33bd500dbff356c2005381c199 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 d893eb6233e6..dfe4052b09af 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 {