diff --git a/tests/ChatTests/Groups.hs b/tests/ChatTests/Groups.hs index c388ccfb93..c1af6dfc71 100644 --- a/tests/ChatTests/Groups.hs +++ b/tests/ChatTests/Groups.hs @@ -103,7 +103,7 @@ chatGroupTests = do it "new group link host contact should merge with single existing contact out of multiple" testMergeGroupLinkHostMultipleContacts describe "create member contact" $ do it "create contact with group member with invitation message" testMemberContactMessage - it "create contact with group member without invitation message" testMemberContactNoMessage + xit "create contact with group member without invitation message" testMemberContactNoMessage it "prohibited to create contact with group member if it already exists" testMemberContactProhibitedContactExists it "prohibited to repeat sending x.grp.direct.inv" testMemberContactProhibitedRepeatInv it "invited member replaces member contact reference if it already exists" testMemberContactInvitedConnectionReplaced