From b534037d9908fb042b3e4e66d27fff7cb0831030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNandanAnantharamu=E2=80=9D?= <“nandan@thinkify.io”> Date: Wed, 19 Feb 2025 23:34:40 +0530 Subject: [PATCH] commenting tests with open bug --- .../Regression/ClientSide/Git/GitSync/DeleteBranch_spec.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/client/cypress/e2e/Regression/ClientSide/Git/GitSync/DeleteBranch_spec.js b/app/client/cypress/e2e/Regression/ClientSide/Git/GitSync/DeleteBranch_spec.js index 66b4307c780e..c0002b68c7ea 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/Git/GitSync/DeleteBranch_spec.js +++ b/app/client/cypress/e2e/Regression/ClientSide/Git/GitSync/DeleteBranch_spec.js @@ -82,7 +82,8 @@ describe( cy.get(".t--draggable-checkboxwidget").should("be.visible"); }); - it("3. Create new branch, commit data in that branch , delete the branch, verify data should not reflect in master ", () => { + //Open Bug: https://github.com/appsmithorg/appsmith/issues/39345 + it.skip("3. Create new branch, commit data in that branch , delete the branch, verify data should not reflect in master ", () => { gitSync.CreateGitBranch("", true); cy.wait(1000); PageLeftPane.switchSegment(PagePaneSegment.UI); @@ -105,7 +106,8 @@ describe( cy.get(gitSync.locators.branchCloseBtn).click({ force: true }); }); - it("4. Verify Default branch deletion not allowed ", () => { + //Open Bug: https://github.com/appsmithorg/appsmith/issues/39345 + it.skip("4. Verify Default branch deletion not allowed ", () => { agHelper.Sleep(2000); //for toasts to appear then wait for disappear agHelper.WaitUntilAllToastsDisappear(); DeleteBranchFromUI(0);