fix_:skip run TestLoginAndMigrationsStillWorkWithExistingMobileUser

This commit is contained in:
frank 2024-07-22 15:33:16 +08:00
parent 8de8818516
commit a7d5f8926f
No known key found for this signature in database
GPG Key ID: B56FA1FC264D28FD
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ func (s *OldMobileUserUpgradingFromV1ToV2Test) loginMobileUser() {
}
func (s *OldMobileUserUpgradingFromV1ToV2Test) TestLoginAndMigrationsStillWorkWithExistingMobileUser() {
s.T().Skip("This test is flaky and needs to be fixed")
s.loginMobileUser()
s.loginMobileUser() // Login twice to catch weird errors that only appear after logout
}