From a0ce09d22792df7b4fc2e39a602e557e0aaaa9d8 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Wed, 23 Feb 2022 00:44:30 +0530 Subject: [PATCH] MM-41972: Skip flaky test TestAllowGroupMentions (#19604) https://mattermost.atlassian.net/browse/MM-41972 ```release-note NONE ``` --- app/notification_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/notification_test.go b/app/notification_test.go index 0c95129c7b..2f7ea91539 100644 --- a/app/notification_test.go +++ b/app/notification_test.go @@ -1088,6 +1088,7 @@ func TestAllowChannelMentions(t *testing.T) { } func TestAllowGroupMentions(t *testing.T) { + t.Skip("MM-41972") th := Setup(t).InitBasic() defer th.TearDown()