Skip to content

Commit 2055a6b

Browse files
committed
disabled autocommit spec
1 parent caa310d commit 2055a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/client/cypress/e2e/Regression/ClientSide/Git/GitAutocommit_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe(
2626
],
2727
},
2828
function () {
29-
it("Check if autocommit progress bar is visible and network requests are properly called", function () {
29+
it.skip("Check if autocommit progress bar is visible and network requests are properly called", function () {
3030
agHelper.GenerateUUID();
3131
cy.get("@guid").then((uid) => {
3232
wsName = "GitAC-" + uid;

0 commit comments

Comments
 (0)