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