diff --git a/app/server_test.go b/app/server_test.go index 17993013c1..0c61209f32 100644 --- a/app/server_test.go +++ b/app/server_test.go @@ -516,7 +516,6 @@ func checkEndpoint(t *testing.T, client *http.Client, url string) error { } func TestPanicLog(t *testing.T) { - t.Skip("MM-37378") // Creating a temp file to collect logs tmpfile, err := ioutil.TempFile("", "mlog") if err != nil {