Skip to content

Commit

Permalink
test: commenting dependent test which was missed in RestApiOAuth2Vali…
Browse files Browse the repository at this point in the history
…dation_spec (#38239)

/ok-to-test tags="@tag.Sanity"



<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/12405587425>
> Commit: baf2d3b
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=12405587425&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Thu, 19 Dec 2024 04:03:20 UTC
<!-- end of auto-generated comment: Cypress test results  -->


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Tests**
	- Disabled the execution of the OAuth2 validation test suite.
	- Skipped a specific test case within the suite.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: “NandanAnantharamu” <“nandan@thinkify.io”>
  • Loading branch information
NandanAnantharamu and “NandanAnantharamu” authored Dec 19, 2024
1 parent 620a3ad commit 80f4739
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 80f4739

Please sign in to comment.