Skip reply in dm

This commit is contained in:
Diego Mello 2023-03-03 13:59:04 -03:00
parent a16769ddce
commit f02e64f215
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ describe('Room screen', () => {
await tapBack();
});
it('should reply in DM to another user', async () => {
it.skip('should reply in DM to another user', async () => {
const replyUser = await createRandomUser();
const { name: replyRoom } = await createRandomRoom(replyUser, 'c');
const originalMessage = 'Message to reply in DM';