Skip to content

Commit 837552a

Browse files
authored
Merge pull request #11233 from gitbutlerapp/skip-commit-actions-multiple-uncommitted
Integs: Skip commit actions for now
2 parents 47445cb + a726675 commit 837552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/cypress/e2e/commitActions.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ describe('Commit Actions with branches containing changes', () => {
700700
});
701701
});
702702

703-
describe('Commit Actions with lots of uncommitted changes', () => {
703+
describe.skip('Commit Actions with lots of uncommitted changes', () => {
704704
let mockBackend: LotsOfFileChanges;
705705
beforeEach(() => {
706706
mockBackend = new LotsOfFileChanges();

0 commit comments

Comments
 (0)