Skip to content

Commit

Permalink
skip broken Cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdadah committed Jun 21, 2020
1 parent 7a21c86 commit d2e0503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/paste-image-urls-with-csv.spec.js
Expand Up @@ -5,7 +5,7 @@ const csvRows = [
"faces/011094.jpg,https://wao.ai/app/api/download/0060b2fa-6f7d-49c3-a965-ab82fe8a9475,female"
]

describe("Create a new", () => {
describe.skip("Create a new", () => {
it('should be able to create', () => {
cy.visit("/")
cy.contains("New File").click()
Expand Down

0 comments on commit d2e0503

Please sign in to comment.