diff --git a/server/channels/app/notification_test.go b/server/channels/app/notification_test.go index ee0685bd40..bc4a7fd67d 100644 --- a/server/channels/app/notification_test.go +++ b/server/channels/app/notification_test.go @@ -218,6 +218,7 @@ func TestSendNotifications(t *testing.T) { } func TestSendNotifications_MentionsFollowers(t *testing.T) { + t.Skip("MM-56565") th := Setup(t).InitBasic() defer th.TearDown()