Skip to content

Commit

Permalink
fix: add missing eslint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Jan 22, 2025
1 parent ec7ccd3 commit e182430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/19-execution.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ describe('Execution', () => {
/**
* @TODO: New Canvas - Webhook should show waiting state but it doesn't
*/
// eslint-disable-next-line n8n-local-rules/no-skipped-tests
it.skip('should test webhook workflow stop', () => {
cy.createFixtureWorkflow('Webhook_wait_set.json');

Expand Down

0 comments on commit e182430

Please sign in to comment.