Skip to content

Commit cd52216

Browse files
[CI] Update skip list with incompatible tests (#702) (#703)
Co-authored-by: Laurent Saint-Félix <[email protected]>
1 parent 0d8b396 commit cd52216

File tree

1 file changed

+5
-0
lines changed
  • internal/build/cmd/generate/commands/gentests

1 file changed

+5
-0
lines changed

internal/build/cmd/generate/commands/gentests/skips.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
442445
api_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
445450
token/10_basic.yml:
446451
- Test invalidate user's tokens

0 commit comments

Comments
 (0)