fix_:skip run TestLoginAndMigrationsStillWorkWithExistingMobileUser
This commit is contained in:
parent
8de8818516
commit
a7d5f8926f
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue