File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +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: Cannot perform requested action because job [job-crud-test-apis] is not open
62+ 'machine_learning/jobs_crud.yml' : [ '*' ] ,
6163 // TODO: test runner needs to support ignoring 410 errors
6264 'enrich/10_basic.yml' : [ '*' ] ,
6365 // TODO: parameter `enabled` is not allowed in source
@@ -78,6 +80,8 @@ const skips = {
7880 'security/50_roles_serverless.yml' : [ '*' ] ,
7981 // TODO: expected undefined to equal 'some_table'
8082 'entsearch/50_connector_updates.yml' : [ '*' ] ,
83+ // TODO: resource_not_found_exception
84+ 'tasks_serverless.yml' : [ '*' ] ,
8185}
8286
8387const shouldSkip = ( file , name ) => {
You can’t perform that action at this time.
0 commit comments