diff --git a/cypress/integration/chat-pair-features.js b/cypress/integration/chat-pair-features.js index c492dd1aec..6c02422367 100644 --- a/cypress/integration/chat-pair-features.js +++ b/cypress/integration/chat-pair-features.js @@ -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)