From 8a2b3109622cdc6a3d9135f8b3559c7b705f70ce Mon Sep 17 00:00:00 2001 From: Sagar Khalasi Date: Thu, 30 Jan 2025 18:24:16 +0530 Subject: [PATCH] Skip case due to open bug --- .../Regression/ServerSide/ApiTests/API_RunValidations_spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/client/cypress/e2e/Regression/ServerSide/ApiTests/API_RunValidations_spec.ts b/app/client/cypress/e2e/Regression/ServerSide/ApiTests/API_RunValidations_spec.ts index 89280f066213..ab712c2ed330 100644 --- a/app/client/cypress/e2e/Regression/ServerSide/ApiTests/API_RunValidations_spec.ts +++ b/app/client/cypress/e2e/Regression/ServerSide/ApiTests/API_RunValidations_spec.ts @@ -15,7 +15,8 @@ describe( apiPage.AssertRunButtonDisability(true); }); - it('2. Validate we get an appropriate error message when an invalid URL is entered. Error should show up when nothing is entered & we click on "Import".', function () { + //Bug: https://github.com/appsmithorg/appsmith/issues/38156 + it.skip('2. Validate we get an appropriate error message when an invalid URL is entered. Error should show up when nothing is entered & we click on "Import".', function () { apiPage.CreateAndFillApi( "htt://failedurlfortest", "WhatTrumpThinks",