Skip flaky test SendNotifications_MentionsFollowers (#25931)

https://mattermost.atlassian.net/browse/MM-56565
```release-note
NONE
```
This commit is contained in:
Agniva De Sarker 2024-01-17 01:16:36 +05:30 committed by GitHub
parent a07097ed57
commit ff741a76e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()