We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa310d commit 2055a6bCopy full SHA for 2055a6b
app/client/cypress/e2e/Regression/ClientSide/Git/GitAutocommit_spec.ts
@@ -26,7 +26,7 @@ describe(
26
],
27
},
28
function () {
29
- it("Check if autocommit progress bar is visible and network requests are properly called", function () {
+ it.skip("Check if autocommit progress bar is visible and network requests are properly called", function () {
30
agHelper.GenerateUUID();
31
cy.get("@guid").then((uid) => {
32
wsName = "GitAC-" + uid;
0 commit comments