Skip to content

Commit

Permalink
feat: disable trending test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassl committed Aug 2, 2024
1 parent 2c5f950 commit f8043d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/trendingTopics/trendingTopics.cy.ts
Original file line number Diff line number Diff line change
@@ -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*',
Expand Down

0 comments on commit f8043d1

Please sign in to comment.