From 9dcd1df8f80cda6e641ea12c71a8c4b431b0669c Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Thu, 12 May 2022 14:34:53 +0530 Subject: [PATCH] MM-44148: Skip racy TestIsCRTEnabledForUser (#20194) https://mattermost.atlassian.net/browse/MM-44148 ```release-note NONE ``` --- app/channel_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/channel_test.go b/app/channel_test.go index 0ee2a3cdd1..ed6e342885 100644 --- a/app/channel_test.go +++ b/app/channel_test.go @@ -2448,6 +2448,7 @@ func TestMarkUnreadWithThreads(t *testing.T) { } func TestIsCRTEnabledForUser(t *testing.T) { + t.Skip("MM-44148") type preference struct { val string err error