Skip to content

Commit

Permalink
skipping the test RestApi Oaut2Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
“NandanAnantharamu” committed Dec 16, 2024
1 parent 3c918da commit 400b6fa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ describe(
function () {
let clientId, clientSecret;

it("1. Create an API with app url and save as Datasource for Authorization code details test", function () {
//Existing Bug: https://github.com/appsmithorg/appsmith/issues/37353
it.skip("1. Create an API with app url and save as Datasource for Authorization code details test", function () {
dataSources.CreateOAuthClient("authorization_code");
apiPage.CreateAndFillApi(
dataManager.dsValues[dataManager.defaultEnviorment].OAuth_ApiUrl +
Expand Down

0 comments on commit 400b6fa

Please sign in to comment.