Skip to content

Commit

Permalink
chore(cypress): skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 committed Apr 14, 2022
1 parent b4b3342 commit 49db5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/chat-pair-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const fileLocalPath = 'cypress/fixtures/test-file.txt'
const textReply = 'This is a reply to the message'
let glyphURL, imageURL, fileURL

describe('Chat features with two accounts', () => {
describe.skip('Chat features with two accounts', () => {
it('Ensure chat window from first account is displayed', () => {
//Import first account
cy.importAccount(randomPIN, recoverySeedAccountOne)
Expand Down

0 comments on commit 49db5c5

Please sign in to comment.