From 80f4739d7a0a158c2ee66945cad6aec6dfe7ec7c Mon Sep 17 00:00:00 2001 From: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:34:37 +0530 Subject: [PATCH] test: commenting dependent test which was missed in RestApiOAuth2Validation_spec (#38239) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /ok-to-test tags="@tag.Sanity" > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: baf2d3b85eb7016a426b3818d620828b7856ca74 > Cypress dashboard. > Tags: `@tag.Sanity` > Spec: >
Thu, 19 Dec 2024 04:03:20 UTC ## Summary by CodeRabbit - **Tests** - Disabled the execution of the OAuth2 validation test suite. - Skipped a specific test case within the suite. --------- Co-authored-by: “NandanAnantharamu” <“nandan@thinkify.io”> --- .../e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts b/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts index c6155bfd4188..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"; -describe( +describe.skip( "Datasource form OAuth2 client credentials related tests", { tags: ["@tag.Datasource", "@tag.Sanity", "@tag.Git", "@tag.AccessControl"], @@ -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