소스 검색

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

Martijn van Groningen 4 달 전
부모
커밋
eef5c14876
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      qa/mixed-cluster/build.gradle

+ 1 - 0
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 {