Skip to content

Commit 119d6a0

Browse files
committed
Update integration test ignore rules
1 parent f0724ad commit 119d6a0

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

test/integration/index.js

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ 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': ['*'],
6661
// TODO: test runner needs to support ignoring 410 errors
6762
'enrich/10_basic.yml': ['*'],
6863
// TODO: parameter `enabled` is not allowed in source
@@ -71,18 +66,10 @@ const skips = {
7166
// TODO: expecting `ct_field` field mapping to be returned, but instead only finds `field`
7267
'indices/simulate_template.yml': ['*'],
7368
'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': ['*'],
8169
// TODO: test currently times out
8270
'inference/10_basic.yml': ['*'],
83-
// TODO: query_rules api not available yet
84-
'query_rules/10_query_rules.yml': ['*'],
85-
'query_rules/20_rulesets.yml': ['*'],
71+
// TODO: Fix: "Trained model deployment [test_model] is not allocated to any nodes"
72+
'machine_learning/20_trained_model_serverless.yml': ['*'],
8673
}
8774

8875
const shouldSkip = (file, name) => {

0 commit comments

Comments
 (0)