File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
x-pack/plugin/runtime-fields/qa/rest Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' elasticsearch.yaml-rest-test'
22
33restResources {
4+ restApi {
5+ includeXpack ' async_search' , ' graph'
6+ }
47 restTests {
58 includeCore ' *'
9+ includeXpack ' async_search' , ' graph'
610 }
711}
812
913testClusters. yamlRestTest {
1014 testDistribution = ' DEFAULT'
15+ setting ' xpack.license.self_generated.type' , ' trial'
1116}
1217
1318yamlRestTest {
1419 systemProperty ' tests.rest.suite' ,
1520 [
21+ ' async_search' ,
22+ ' field_caps' ,
23+ ' graph' ,
24+ ' msearch' ,
1625 ' search' ,
1726 ' search.aggregation' ,
1827 ' search.highlight' ,
1928 ' search.inner_hits' ,
2029 ' search_shards' ,
2130 ' suggest' ,
22- ' msearch' ,
23- ' field_caps' ,
2431 ]. join(' ,' )
2532 systemProperty ' tests.rest.blacklist' ,
2633 [
You can’t perform that action at this time.
0 commit comments