We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa732e commit 03d3815Copy full SHA for 03d3815
test/integration/index.js
@@ -71,6 +71,13 @@ const skips = {
71
// TODO: expecting `ct_field` field mapping to be returned, but instead only finds `field`
72
'indices/simulate_template.yml': ['*'],
73
'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': ['*'],
81
}
82
83
const shouldSkip = (file, name) => {
0 commit comments