diff --git a/app/client/cypress/e2e/Regression/ServerSide/Datasources/Hubspot_spec.ts b/app/client/cypress/e2e/Regression/ServerSide/Datasources/Hubspot_spec.ts index d7314349e4..ac8684d2b8 100644 --- a/app/client/cypress/e2e/Regression/ServerSide/Datasources/Hubspot_spec.ts +++ b/app/client/cypress/e2e/Regression/ServerSide/Datasources/Hubspot_spec.ts @@ -20,7 +20,13 @@ const myDsName = "HubspotDS"; describe( "Hubspot Basic Tests", { - tags: ["@tag.Datasource", "@tag.Git", "@tag.AccessControl", "@tag.Hubspot"], + tags: [ + "@tag.Datasource", + "@tag.Git", + "@tag.AccessControl", + "@tag.Hubspot", + "@tag.excludeForAirgap", + ], }, () => { it("1. Validate the configuration of Hubspot datasource", () => {