File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -404,3 +404,6 @@ tasks.named('yamlRestTest') {
404404 usesDefaultDistribution()
405405}
406406
407+ artifacts {
408+ restXpackTests(new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
409+ }
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies {
2727 platinumTests project(path : ' :x-pack:plugin' , configuration : ' restXpackTests' )
2828 platinumTests project(path : ' :x-pack:plugin:eql:qa:rest' , configuration : ' restXpackTests' )
2929 platinumTests project(path : ' :x-pack:plugin:ent-search' , configuration : ' restXpackTests' )
30+ platinumTests project(path : ' :x-pack:plugin:inference' , configuration : ' restXpackTests' )
3031 platinumCompatTests project(path : ' :x-pack:plugin' , configuration : ' restCompatTests' )
3132 platinumCompatTests project(path : ' :x-pack:plugin:eql:qa:rest' , configuration : ' restCompatTests' )
3233}
You can’t perform that action at this time.
0 commit comments