chore: unskip flaky tests
This commit is contained in:
parent
fdd979096c
commit
5aed0d178f
|
@ -3589,8 +3589,6 @@ func (s *MessengerCommunitiesSuite) TestStartCommunityRekeyLoop() {
|
|||
}
|
||||
|
||||
func (s *MessengerCommunitiesSuite) TestCommunityRekeyAfterBan() {
|
||||
s.T().Skip("flaky test")
|
||||
|
||||
s.owner.communitiesManager.RekeyInterval = 500 * time.Minute
|
||||
|
||||
_, err := s.owner.Start()
|
||||
|
|
|
@ -532,8 +532,6 @@ func (s *MessengerCommunitiesTokenPermissionsSuite) TestJoinedCommunityMembersMu
|
|||
}
|
||||
|
||||
func (s *MessengerCommunitiesTokenPermissionsSuite) TestEditSharedAddresses() {
|
||||
s.T().Skip("flaky test")
|
||||
|
||||
community, _ := s.createCommunity()
|
||||
s.advertiseCommunityTo(community, s.alice)
|
||||
|
||||
|
@ -860,8 +858,6 @@ func (s *MessengerCommunitiesTokenPermissionsSuite) TestJoinCommunityWithAdminPe
|
|||
}
|
||||
|
||||
func (s *MessengerCommunitiesTokenPermissionsSuite) TestJoinCommunityAsMemberWithMemberAndAdminPermission() {
|
||||
s.T().Skip("flaky test")
|
||||
|
||||
community, _ := s.createCommunity()
|
||||
|
||||
waitOnCommunityPermissionCreated := waitOnCommunitiesEvent(s.owner, func(sub *communities.Subscription) bool {
|
||||
|
@ -1007,8 +1003,6 @@ func (s *MessengerCommunitiesTokenPermissionsSuite) TestJoinCommunityAsAdminWith
|
|||
}
|
||||
|
||||
func (s *MessengerCommunitiesTokenPermissionsSuite) TestViewChannelPermissions() {
|
||||
s.T().Skip("flaky test")
|
||||
|
||||
community, chat := s.createCommunity()
|
||||
|
||||
// bob joins the community
|
||||
|
@ -1232,12 +1226,10 @@ func (s *MessengerCommunitiesTokenPermissionsSuite) testReevaluateMemberPrivileg
|
|||
}
|
||||
|
||||
func (s *MessengerCommunitiesTokenPermissionsSuite) TestReevaluateMemberAdminRoleInOpenCommunity() {
|
||||
s.T().Skip("flaky test")
|
||||
s.testReevaluateMemberPrivilegedRoleInOpenCommunity(protobuf.CommunityTokenPermission_BECOME_ADMIN)
|
||||
}
|
||||
|
||||
func (s *MessengerCommunitiesTokenPermissionsSuite) TestReevaluateMemberTokenMasterRoleInOpenCommunity() {
|
||||
s.T().Skip("flaky test")
|
||||
s.testReevaluateMemberPrivilegedRoleInOpenCommunity(protobuf.CommunityTokenPermission_BECOME_TOKEN_MASTER)
|
||||
}
|
||||
|
||||
|
@ -1375,12 +1367,10 @@ func (s *MessengerCommunitiesTokenPermissionsSuite) testReevaluateMemberPrivileg
|
|||
}
|
||||
|
||||
func (s *MessengerCommunitiesTokenPermissionsSuite) TestReevaluateMemberAdminRoleInClosedCommunity() {
|
||||
s.T().Skip("flaky test")
|
||||
s.testReevaluateMemberPrivilegedRoleInClosedCommunity(protobuf.CommunityTokenPermission_BECOME_ADMIN)
|
||||
}
|
||||
|
||||
func (s *MessengerCommunitiesTokenPermissionsSuite) TestReevaluateMemberTokenMasterRoleInClosedCommunity() {
|
||||
s.T().Skip("flaky test")
|
||||
s.testReevaluateMemberPrivilegedRoleInClosedCommunity(protobuf.CommunityTokenPermission_BECOME_TOKEN_MASTER)
|
||||
}
|
||||
|
||||
|
|
|
@ -107,8 +107,6 @@ func (s *MessengerOfflineSuite) joinCommunity(community *communities.Community,
|
|||
}
|
||||
|
||||
func (s *MessengerOfflineSuite) TestCommunityOfflineEdit() {
|
||||
s.T().Skip("flaky test")
|
||||
|
||||
community, chat := createCommunity(&s.Suite, s.owner)
|
||||
|
||||
chatID := chat.ID
|
||||
|
|
|
@ -433,8 +433,6 @@ func (s *TestMessengerProfileShowcase) TestEncryptAndDecryptProfileShowcaseEntri
|
|||
}
|
||||
|
||||
func (s *TestMessengerProfileShowcase) TestShareShowcasePreferences() {
|
||||
s.T().Skip("flaky test")
|
||||
|
||||
// Set Display name to pass shouldPublishChatIdentity check
|
||||
profileKp := accounts.GetProfileKeypairForTest(true, false, false)
|
||||
profileKp.KeyUID = s.m.account.KeyUID
|
||||
|
|
|
@ -891,8 +891,6 @@ func (s *SyncDeviceSuite) TestTransferringKeystoreFiles() {
|
|||
}
|
||||
|
||||
func (s *SyncDeviceSuite) TestTransferringKeystoreFilesAfterStopUisngKeycard() {
|
||||
s.T().Skip("flaky test")
|
||||
|
||||
ctx := context.TODO()
|
||||
|
||||
// Prepare server
|
||||
|
|
Loading…
Reference in New Issue