Include mapper extras yaml tests into mixed cluster qa module. (#130023)

This commit is contained in:
Martijn van Groningen 2025-06-26 10:48:33 +02:00 committed by GitHub
parent a455a4a170
commit eef5c14876
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {