MM-41972: Skip flaky test TestAllowGroupMentions (#19604)

https://mattermost.atlassian.net/browse/MM-41972

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2022-02-23 00:44:30 +05:30
коммит произвёл GitHub
родитель 8d6d1c51c2
Коммит a0ce09d227

Просмотреть файл

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