test(communities)_: skip flaky communities test

This commit is contained in:
Ivan Belyakov 2024-07-17 14:48:20 +02:00 committed by IvanBelyakoff
parent 94b2017226
commit 102b57098e
1 changed files with 2 additions and 0 deletions

View File

@ -1148,6 +1148,8 @@ func (s *MessengerCommunitiesSharedMemberAddressSuite) TestMemberReceivesAccount
}
func (s *MessengerCommunitiesSharedMemberAddressSuite) TestOwnerRejectAndAcceptAliceRequestToJoin() {
s.T().Skip("flaky test")
community, _ := createOnRequestCommunity(&s.Suite, s.owner)
s.Require().False(community.AutoAccept())