diff --git a/cypress/e2e/4-node-creator.cy.ts b/cypress/e2e/4-node-creator.cy.ts index 9099aff2aa..7c2c3170b1 100644 --- a/cypress/e2e/4-node-creator.cy.ts +++ b/cypress/e2e/4-node-creator.cy.ts @@ -97,8 +97,9 @@ describe('Node Creator', () => { // TODO: Replace once we have canvas feature utils cy.get('div').contains("On clicking 'execute'").should('exist'); }) - - it('check if non-core nodes are rendered', () => { + // TODO: This tests has to be skipped due to a memory leak in the node creator + // we should unskip it once we have fixed the memory leak + it.skip('check if non-core nodes are rendered', () => { cy.wait('@nodesIntercept').then((interception) => { const nodes = interception.response?.body as INodeTypeDescription[];