@@ -58,11 +58,8 @@ const skips = {
5858 // TODO: expects {"outlier_detection.auc_roc.value":0.99995}, gets {"outlier_detection.auc_roc.value":0.5}
5959 // remove if/when https://github.com/elastic/elasticsearch-clients-tests/issues/37 is resolved
6060 'machine_learning/data_frame_evaluate.yml' : [ '*' ] ,
61- // TODO: wait_for_active_shards and rollover with conditions are not supported on serverless
62- // see https://github.com/elastic/elasticsearch-clients-tests/issues/55
63- 'indices/rollover.yml' : [ '*' ] ,
64- // TODO: test runner needs to support ignoring 410 errors
65- 'indices/data_lifecycle.yml' : [ '*' ] ,
61+ // TODO: Cannot perform requested action because job [job-crud-test-apis] is not open
62+ 'machine_learning/jobs_crud.yml' : [ '*' ] ,
6663 // TODO: test runner needs to support ignoring 410 errors
6764 'enrich/10_basic.yml' : [ '*' ] ,
6865 // TODO: parameter `enabled` is not allowed in source
@@ -71,18 +68,20 @@ const skips = {
7168 // TODO: expecting `ct_field` field mapping to be returned, but instead only finds `field`
7269 'indices/simulate_template.yml' : [ '*' ] ,
7370 'indices/simulate_index_template.yml' : [ '*' ] ,
74- // TODO: enable this test after connector API is included in client generation
75- 'entsearch/20_connector.yml' : [ '*' ] ,
76- 'entsearch/30_sync_jobs_serverless.yml' : [ '*' ] ,
77- 'entsearch/30_sync_jobs_stack.yml' : [ '*' ] ,
78- 'entsearch/40_connector_secret.yml' : [ '*' ] ,
79- 'entsearch/50_connector_updates.yml' : [ '*' ] ,
80- 'entsearch/60_connector_updates_stack.yml' : [ '*' ] ,
8171 // TODO: test currently times out
8272 'inference/10_basic.yml' : [ '*' ] ,
73+ // TODO: Fix: "Trained model deployment [test_model] is not allocated to any nodes"
74+ 'machine_learning/20_trained_model_serverless.yml' : [ '*' ] ,
8375 // TODO: query_rules api not available yet
8476 'query_rules/10_query_rules.yml' : [ '*' ] ,
8577 'query_rules/20_rulesets.yml' : [ '*' ] ,
78+ 'query_rules/30_test.yml' : [ '*' ] ,
79+ // TODO: security.putRole API not available
80+ 'security/50_roles_serverless.yml' : [ '*' ] ,
81+ // TODO: expected undefined to equal 'some_table'
82+ 'entsearch/50_connector_updates.yml' : [ '*' ] ,
83+ // TODO: resource_not_found_exception
84+ 'tasks_serverless.yml' : [ '*' ] ,
8685}
8786
8887const shouldSkip = ( file , name ) => {
0 commit comments