Skip to content

Commit 03d3815

Browse files
ci: Skip connector tests (#78)
Co-authored-by: Josh Mock <[email protected]>
1 parent faa732e commit 03d3815

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/integration/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ const skips = {
7171
// TODO: expecting `ct_field` field mapping to be returned, but instead only finds `field`
7272
'indices/simulate_template.yml': ['*'],
7373
'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': ['*'],
7481
}
7582

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

0 commit comments

Comments
 (0)