Skip to content

Commit a726675

Browse files
committed
Integs: Skip commit actions for now
Skip the commit actions UI integs while this is ported (ported?) to e2e Playwright
1 parent 47445cb commit a726675

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)