Skip to content

Commit

Permalink
chore(cypress): skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Jun 17, 2022
1 parent aa6764c commit 135d7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/create-account-negative-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('Create Account - Negative Tests', () => {
cy.contains('Enter a username of at least 5 characters, up to 32')
})

it('Try to create account with NSFW image', () => {
it.skip('Try to create account with NSFW image', () => {
//Enter PIN screen
cy.createAccountPINscreen(randomPIN)

Expand Down

0 comments on commit 135d7f5

Please sign in to comment.