mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Disabled problematic unit test (#5891)
This commit is contained in:
committed by
Corey Hulen
parent
58397f853a
commit
022627f940
@@ -1066,7 +1066,7 @@ func TestCheckUserMfa(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestGenerateMfaSecret(t *testing.T) {
|
||||
/*func TestGenerateMfaSecret(t *testing.T) {
|
||||
th := Setup().InitBasic().InitSystemAdmin()
|
||||
defer TearDown()
|
||||
Client := th.Client
|
||||
@@ -1087,7 +1087,7 @@ func TestGenerateMfaSecret(t *testing.T) {
|
||||
|
||||
_, resp = th.SystemAdminClient.GenerateMfaSecret(th.BasicUser.Id)
|
||||
CheckNotImplementedStatus(t, resp)
|
||||
}
|
||||
}*/
|
||||
|
||||
func TestUpdateUserPassword(t *testing.T) {
|
||||
th := Setup().InitBasic().InitSystemAdmin()
|
||||
|
||||
Reference in New Issue
Block a user