mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Skip flaky test SendNotifications_MentionsFollowers (#25931)
https://mattermost.atlassian.net/browse/MM-56565 ```release-note NONE ```
This commit is contained in:
parent
a07097ed57
commit
ff741a76e6
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user