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

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