Skip to content

Commit

Permalink
ci: Skip connector tests (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Mock <[email protected]>
  • Loading branch information
elasticmachine and JoshMock authored Jul 9, 2024
1 parent faa732e commit 03d3815
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/integration/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ const skips = {
// TODO: expecting `ct_field` field mapping to be returned, but instead only finds `field`
'indices/simulate_template.yml': ['*'],
'indices/simulate_index_template.yml': ['*'],
// TODO: enable this test after connector API is included in client generation
'entsearch/20_connector.yml': ['*'],
'entsearch/30_sync_jobs_serverless.yml': ['*'],
'entsearch/30_sync_jobs_stack.yml': ['*'],
'entsearch/40_connector_secret.yml': ['*'],
'entsearch/50_connector_updates.yml': ['*'],
'entsearch/60_connector_updates_stack.yml': ['*'],
}

const shouldSkip = (file, name) => {
Expand Down

0 comments on commit 03d3815

Please sign in to comment.