chore: added exclude airgap tag (#39558)
## Description Add the @tag.excludeForAirgap Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.Hubspot" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/13669120033> > Commit: ca53324880d5cc85b0fc1412e3ff7fc1d9e8f7a2 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13669120033&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Hubspot` > Spec: > <hr>Wed, 05 Mar 2025 05:44:19 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No Signed-off-by: Laveena Enid <laveena@appsmith.com>
This commit is contained in:
parent
320b168199
commit
7a59d3d43a
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user