From 7a525d628cb3d1fb0e98f345a45c15e2ea99a406 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 9 Jul 2024 10:52:28 -0500 Subject: [PATCH] Skip connector tests --- test/integration/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/integration/index.js b/test/integration/index.js index 62d9ddf..d65d2a8 100644 --- a/test/integration/index.js +++ b/test/integration/index.js @@ -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) => {