summaryrefslogtreecommitdiffstats
path: root/app/app_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/app_test.go')
-rw-r--r--app/app_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/app_test.go b/app/app_test.go
index dd6f0b593..1849f1b03 100644
--- a/app/app_test.go
+++ b/app/app_test.go
@@ -10,7 +10,6 @@ import (
"testing"
"github.com/stretchr/testify/assert"
- "github.com/stretchr/testify/require"
"github.com/mattermost/mattermost-server/mlog"
"github.com/mattermost/mattermost-server/model"
@@ -56,6 +55,7 @@ func TestMain(m *testing.M) {
status = m.Run()
}
+/* Temporarily comment out until MM-11108
func TestAppRace(t *testing.T) {
for i := 0; i < 10; i++ {
a, err := New()
@@ -66,6 +66,7 @@ func TestAppRace(t *testing.T) {
a.Shutdown()
}
}
+*/
func TestUpdateConfig(t *testing.T) {
th := Setup()