@@ -53,13 +53,15 @@ var skipFiles = []string{
5353 "eql/10_basic.yml" ,
5454 "field_caps/50_fieldtype_filter.yml" , // Incompatible test, need handling for double escaping keys with dots
5555 "search.aggregation/350_variable_width_histogram.yml" ,
56- "cluster.desired_nodes/10_basic.yml" , // incompatible $ stash replacement
57- "api_key/12_grant.yml" , // incompatible $ stash replacement, need bearer token integration
58- "user_profile/10_basic.yml" , // internal
59- "health/10_basic.yml" , // internal
60- "health/20_component.yml" , // internal
61- "health/30_feature.yml" , // internal
62- "health/40_useractions.yml" , // internal
56+ "cluster.desired_nodes/10_basic.yml" , // incompatible $ stash replacement
57+ "api_key/12_grant.yml" , // incompatible $ stash replacement, need bearer token integration
58+ "user_profile/10_basic.yml" , // internal
59+ "health/10_basic.yml" , // internal
60+ "health/20_component.yml" , // internal
61+ "health/30_feature.yml" , // internal
62+ "health/40_useractions.yml" , // internal
63+ "health/40_diagnosis.yml" , // internal
64+ "cluster.desired_nodes/20_dry_run.yml" , // internal
6365}
6466
6567// TODO: Comments into descriptions for `Skip()`
@@ -304,6 +306,9 @@ ml/delete_model_snapshot.yml:
304306ml/get_datafeed_stats.yml:
305307ml/get_model_snapshots.yml:
306308
309+ # resource_already_exists_exception for model, need improved teardown for models
310+ ml/semantic_search.yml:
311+
307312# TEMPORARY: Missing 'body: { indices: "test_index" }' payload, TODO: PR
308313snapshot/10_basic.yml:
309314 - Create a source only snapshot and then restore it
@@ -419,6 +424,12 @@ service_accounts/10_basic.yml:
419424# Replace stash token in payload not yet implemented
420425api_key/20_query.yml:
421426 - Test query api key
427+ api_key/30_update.yml:
428+ - Test bulk update api keys
429+ - Test bulk update api key without explicit field updates
430+ - Test bulk update api key with empty request fields
431+ api_key/40_view_role_descriptors.yml:
432+ - Test API key role descriptors in Get and Query responses
422433
423434change_password/10_basic.yml:
424435 - Test changing users password with prehashed password
@@ -430,4 +441,14 @@ token/10_basic.yml:
430441# Replacement with pattern matching fails
431442user_profile/40_has_privileges.yml:
432443 - Test profile has privileges api
444+
445+ # Bad type matching
446+ aggregate-metrics/100_synthetic_source.yml:
447+ - constant_keyword
448+ analytics/histogram.yml:
449+ - histogram with synthetic source
450+
451+ # incompatible storage
452+ searchable_snapshots/20_synthetic_source.yml:
453+ - Tests searchable snapshots usage stats
433454`
0 commit comments