From f8043d18838dd7858785d26380802016e69e9560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B0=D1=81=D1=83=D0=BB?= Date: Fri, 2 Aug 2024 14:49:05 +0300 Subject: [PATCH] feat: disable trending test --- cypress/e2e/trendingTopics/trendingTopics.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/trendingTopics/trendingTopics.cy.ts b/cypress/e2e/trendingTopics/trendingTopics.cy.ts index 582268780..11e8ce7c8 100644 --- a/cypress/e2e/trendingTopics/trendingTopics.cy.ts +++ b/cypress/e2e/trendingTopics/trendingTopics.cy.ts @@ -1,5 +1,5 @@ describe('test trending topics', () => { - it('Checking it trending topics exist', () => { + it.skip('Checking it trending topics exist', () => { cy.intercept({ method: 'GET', url: 'http://localhost:8444/api/prediction/graph/search*',