From e0e07c3c24dcf83f1d63fd80be3d12b3f122000d Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sat, 13 Jan 2024 13:33:24 +0000 Subject: [PATCH] skip test --- tests/ChatTests/Groups.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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