diff --git a/app/channel_test.go b/app/channel_test.go index ed6e342885..fed99ffef0 100644 --- a/app/channel_test.go +++ b/app/channel_test.go @@ -2448,7 +2448,6 @@ func TestMarkUnreadWithThreads(t *testing.T) { } func TestIsCRTEnabledForUser(t *testing.T) { - t.Skip("MM-44148") type preference struct { val string err error @@ -2511,7 +2510,6 @@ func TestIsCRTEnabledForUser(t *testing.T) { for _, tc := range testCases { tc := tc t.Run(tc.desc, func(t *testing.T) { - t.Parallel() th := SetupWithStoreMock(t) defer th.TearDown()