File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
internal/build/cmd/generate/commands/gentests Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ var skipFiles = []string{
5757 "api_key/12_grant.yml" , // incompatible $ stash replacement, need bearer token integration
5858 "aggregations/percentiles_bucket.yml" , // incompatible maps
5959 "user_profile/10_basic.yml" ,
60+ "indices.stats/100_search_idle.yml" , // incompatible maps of array
61+ "ml/3rd_party_deployment.yml" , // incompatible ml tests
62+ "dlm/10_usage.yml" , // incompatible float expansion
6063}
6164
6265// TODO: Comments into descriptions for `Skip()`
@@ -441,6 +444,8 @@ api_key/30_update.yml:
441444 - Test bulk update api key with empty request fields
442445api_key/40_view_role_descriptors.yml:
443446 - Test API key role descriptors in Get and Query responses
447+ api_key/50_cross_cluster.yml:
448+ - Test create a cross-cluster API key
444449
445450token/10_basic.yml:
446451 - Test invalidate user's tokens
You can’t perform that action at this time.
0 commit comments