From ff741a76e6d6a5277ebe232df11df11539f503ae Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Wed, 17 Jan 2024 01:16:36 +0530 Subject: [PATCH] Skip flaky test SendNotifications_MentionsFollowers (#25931) https://mattermost.atlassian.net/browse/MM-56565 ```release-note NONE ``` --- server/channels/app/notification_test.go | 1 + 1 file changed, 1 insertion(+) 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()