Skip to content

Commit

Permalink
ci: skipping curation tests (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal authored Aug 28, 2024
1 parent dc00601 commit e76df52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cypress/e2e/curationTable/curation.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('Test Curation Table', () => {
it('Search Topic', () => {
it.skip('Search Topic', () => {
cy.intercept({
method: 'GET',
url: 'http://localhost:8444/api/nodes/info?skip=0&limit=50&muted=False&sort_by=date&node_type=Topic*',
Expand Down Expand Up @@ -82,7 +82,7 @@ describe('Test Curation Table', () => {
})
})

it('Merge Two Topics', () => {
it.skip('Merge Two Topics', () => {
cy.intercept({
method: 'GET',
url: 'http://localhost:8444/api/nodes/info*',
Expand Down Expand Up @@ -351,7 +351,7 @@ describe('Test Curation Table', () => {
})
})

it('Add Edge Between Two Nodes', () => {
it.skip('Add Edge Between Two Nodes', () => {
cy.intercept({
method: 'GET',
url: 'http://localhost:8444/api/nodes/info?skip=0&limit=50&muted=False&sort_by=date&node_type=Topic*',
Expand Down Expand Up @@ -454,7 +454,7 @@ describe('Test Curation Table', () => {
})
})

it('Filter topics', () => {
it.skip('Filter topics', () => {
cy.intercept({
method: 'GET',
url: 'http://localhost:8444/api/nodes/info?skip=0&limit=50&muted=False&sort_by=date&node_type=Topic*',
Expand Down

0 comments on commit e76df52

Please sign in to comment.