From 94abb34821e580fdaa3a76f2464ea535463c9133 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Thu, 25 Mar 2021 19:29:06 +0530 Subject: [PATCH] MM-34271: Skip test TestLoggingAfterInitialized (#17226) https://mattermost.atlassian.net/browse/MM-34271 ```release-note NONE ``` Co-authored-by: Mattermod --- shared/mlog/global_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/mlog/global_test.go b/shared/mlog/global_test.go index 7da9e62aaa..73ec73b49d 100644 --- a/shared/mlog/global_test.go +++ b/shared/mlog/global_test.go @@ -28,6 +28,8 @@ func TestLoggingBeforeInitialized(t *testing.T) { } func TestLoggingAfterInitialized(t *testing.T) { + t.Skip("Racy test: MM-34271") + testCases := []struct { Description string LoggerConfiguration *mlog.LoggerConfiguration