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{
57
57
"api_key/12_grant.yml" , // incompatible $ stash replacement, need bearer token integration
58
58
"aggregations/percentiles_bucket.yml" , // incompatible maps
59
59
"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
60
63
}
61
64
62
65
// TODO: Comments into descriptions for `Skip()`
@@ -441,6 +444,8 @@ api_key/30_update.yml:
441
444
- Test bulk update api key with empty request fields
442
445
api_key/40_view_role_descriptors.yml:
443
446
- 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
444
449
445
450
token/10_basic.yml:
446
451
- Test invalidate user's tokens
You can’t perform that action at this time.
0 commit comments