Skip to content

Commit

Permalink
Add linter disable
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIvaniv committed Nov 5, 2024
1 parent ef917fd commit c67d9cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress/e2e/39-projects.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ describe('Projects', { disableAutoLogin: true }, () => {
.should('contain.text', 'Notion account personal project');
});

// Skip flaky test
// eslint-disable-next-line n8n-local-rules/no-skipped-tests
it.skip('should move resources between projects', () => {
cy.signinAsOwner();
cy.visit(workflowsPage.url);
Expand Down Expand Up @@ -684,6 +686,8 @@ describe('Projects', { disableAutoLogin: true }, () => {
.should('have.length', 1);
});

// Skip flaky test
// eslint-disable-next-line n8n-local-rules/no-skipped-tests
it.skip('should allow to change inaccessible credential when the workflow was moved to a team project', () => {
cy.signinAsOwner();
cy.visit(workflowsPage.url);
Expand Down

0 comments on commit c67d9cd

Please sign in to comment.