Disabled problematic unit test (#5891)

This commit is contained in:
Harrison Healey
2017-03-27 16:13:30 -04:00
committed by Corey Hulen
parent 58397f853a
commit 022627f940

View File

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