File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
src/yamlRestTest/resources/rest-api-spec/test/indices.analyze
x-pack/rest-resources-zip Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure { task ->
36
36
task. skipTest(" search.query/50_queries_with_synonyms/Test common terms query with stacked tokens" , " #42654 - `common` query throws an exception" )
37
37
}
38
38
39
+ artifacts {
40
+ restTests(new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
41
+ }
File renamed without changes.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ dependencies {
20
20
apis project(path : ' :rest-api-spec' , configuration : ' restSpecs' )
21
21
freeTests project(path : ' :rest-api-spec' , configuration : ' restTests' )
22
22
freeTests project(path : ' :modules:aggregations' , configuration : ' restTests' )
23
+ freeTests project(path : ' :modules:analysis-common' , configuration : ' restTests' )
23
24
compatApis project(path : ' :rest-api-spec' , configuration : ' restCompatSpecs' )
24
25
compatApis project(path : ' :x-pack:plugin' , configuration : ' restCompatSpecs' )
25
26
freeCompatTests project(path : ' :rest-api-spec' , configuration : ' restCompatTests' )
You can’t perform that action at this time.
0 commit comments