From 1e4e126c01152a965be36f9ede997ce956e0eba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Fri, 16 Feb 2024 09:38:24 +0100 Subject: [PATCH] ci: Disable flaky 38-custom-template-repository.cy.ts (no-changelog) (#8648) --- cypress/e2e/38-custom-template-repository.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/38-custom-template-repository.cy.ts b/cypress/e2e/38-custom-template-repository.cy.ts index 6b974f14e..067bf19b1 100644 --- a/cypress/e2e/38-custom-template-repository.cy.ts +++ b/cypress/e2e/38-custom-template-repository.cy.ts @@ -9,7 +9,7 @@ const workflowPage = new WorkflowPage(); const templateWorkflowPage = new TemplateWorkflowPage(); -describe('In-app templates repository', () => { +describe.skip('In-app templates repository', () => { beforeEach(() => { cy.intercept('GET', '**/api/templates/search?page=1&rows=20&category=&search=', { fixture: 'templates_search/all_templates_search_response.json' }).as('searchRequest'); cy.intercept('GET', '**/api/templates/search?page=1&rows=20&category=Sales*', { fixture: 'templates_search/sales_templates_search_response.json' }).as('categorySearchRequest');