chore: unskip flaky tests

This commit is contained in:
Patryk Osmaczko 2024-02-25 10:12:21 +01:00 committed by osmaczko
parent fdd979096c
commit 5aed0d178f
5 changed files with 0 additions and 18 deletions

View File

@ -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()

View File

@ -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)
}

View File

@ -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

View File

@ -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

View File

@ -891,8 +891,6 @@ func (s *SyncDeviceSuite) TestTransferringKeystoreFiles() {
}
func (s *SyncDeviceSuite) TestTransferringKeystoreFilesAfterStopUisngKeycard() {
s.T().Skip("flaky test")
ctx := context.TODO()
// Prepare server