mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
ci: Disable flaky 38-custom-template-repository.cy.ts (no-changelog) (#8648)
This commit is contained in:
parent
e9af3e754f
commit
1e4e126c01
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue