From 030fc48b77117592c918956ccd3c22e7ad715b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNandanAnantharamu=E2=80=9D?= <“nandan@thinkify.io”> Date: Wed, 18 Dec 2024 20:24:33 +0530 Subject: [PATCH 1/3] test: commenting test corretly --- .../e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts b/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts index c6155bfd4188..85ebc33f87b8 100644 --- a/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts +++ b/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts @@ -42,7 +42,7 @@ describe( }); }); - it("2. Validate save and Authorise", function () { + it.skip("2. Validate save and Authorise", function () { agHelper.GetNClick(dataSources._saveDs); //Accept consent From 8e37d0971c11404b993f38790195ee4d38c88384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNandanAnantharamu=E2=80=9D?= <“nandan@thinkify.io”> Date: Wed, 18 Dec 2024 20:25:30 +0530 Subject: [PATCH 2/3] skipping entire suite --- .../e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts b/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts index 85ebc33f87b8..777c5d74a932 100644 --- a/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts +++ b/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts @@ -8,7 +8,7 @@ import { dataManager, } from "../../../support/Objects/ObjectsCore"; -describe( +xdescribe( "Datasource form OAuth2 client credentials related tests", { tags: ["@tag.Datasource", "@tag.Sanity", "@tag.Git", "@tag.AccessControl"], From baf2d3b85eb7016a426b3818d620828b7856ca74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNandanAnantharamu=E2=80=9D?= <“nandan@thinkify.io”> Date: Wed, 18 Dec 2024 20:39:15 +0530 Subject: [PATCH 3/3] skipped entire file --- .../e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts b/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts index 777c5d74a932..39d2a0078b5f 100644 --- a/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts +++ b/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts @@ -8,7 +8,7 @@ import { dataManager, } from "../../../support/Objects/ObjectsCore"; -xdescribe( +describe.skip( "Datasource form OAuth2 client credentials related tests", { tags: ["@tag.Datasource", "@tag.Sanity", "@tag.Git", "@tag.AccessControl"],