summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/email_test.go12
1 files changed, 2 insertions, 10 deletions
diff --git a/app/email_test.go b/app/email_test.go
index c0333827b..0ad3a54b1 100644
--- a/app/email_test.go
+++ b/app/email_test.go
@@ -3,15 +3,7 @@
package app
-import (
- "strings"
- "testing"
-
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
-)
-
-func TestSendChangeUsernameEmail(t *testing.T) {
+/*func TestSendChangeUsernameEmail(t *testing.T) {
a := Global()
if testing.Short() {
t.SkipNow()
@@ -644,4 +636,4 @@ func TestSendPasswordReset(t *testing.T) {
}
}
}
-}
+}*/