From c4c33b5883b9a53ad1f272ef21a73534614371f1 Mon Sep 17 00:00:00 2001 From: Sagar Khalasi Date: Mon, 9 Dec 2024 16:18:25 +0530 Subject: [PATCH] chore: Update RestApiDatasource_spec.js (#38042) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Failure : https://github.com/appsmithorg/appsmith/issues/37353 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.Sanity" ### :mag: Cypress test results > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: c99b7deffbb840df0a6e53e1f59af0a78d060af3 > Cypress dashboard. > Tags: `@tag.Sanity` > Spec: >
Mon, 09 Dec 2024 10:37:02 UTC ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No ## Summary by CodeRabbit - **Tests** - Skipped the test suite for creating a REST datasource due to an associated issue. --- cypress/e2e/Sanity/Datasources/RestApiDatasource_spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/Sanity/Datasources/RestApiDatasource_spec.js b/cypress/e2e/Sanity/Datasources/RestApiDatasource_spec.js index 41224748eaac..d8cc12216982 100644 --- a/cypress/e2e/Sanity/Datasources/RestApiDatasource_spec.js +++ b/cypress/e2e/Sanity/Datasources/RestApiDatasource_spec.js @@ -5,7 +5,8 @@ import { apiPage, } from "../../../support/Objects/ObjectsCore"; -describe( +//Skip test case due to : https://github.com/appsmithorg/appsmith/issues/37353 +describe.skip( "Create a rest datasource", { tags: ["@tag.Datasource", "@tag.Sanity", "@tag.Git", "@tag.AccessControl"],