We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52eb9e5 commit ede18e4Copy full SHA for ede18e4
x-pack/rest-resources-zip/build.gradle
@@ -27,6 +27,7 @@ dependencies {
27
compatApis project(path: ':x-pack:plugin', configuration: 'restCompatSpecs')
28
freeCompatTests project(path: ':rest-api-spec', configuration: 'restCompatTests')
29
platinumTests project(path: ':x-pack:plugin', configuration: 'restXpackTests')
30
+ platinumTests project(path: ':x-pack:plugin:downsample:qa:rest', configuration: 'restXpackTests')
31
platinumTests project(path: ':x-pack:plugin:eql:qa:rest', configuration: 'restXpackTests')
32
platinumTests project(path: ':x-pack:plugin:ent-search', configuration: 'restXpackTests')
33
platinumTests project(path: ':x-pack:plugin:inference', configuration: 'restXpackTests')
0 commit comments