MM-52743: Skip racy test Test_SendNotifyAdminPosts (#23360)

https://mattermost.atlassian.net/browse/MM-52743
```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2023-05-15 14:11:17 +05:30
коммит произвёл GitHub
родитель 956c836921
Коммит 0818bf448c

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

@@ -19,7 +19,7 @@ import (
const PluginIdGithub = "github"
func Test_SendNotifyAdminPosts(t *testing.T) {
t.Skip("MM-52743")
t.Run("no error sending non trial upgrade post when no notifications are available", func(t *testing.T) {
th := Setup(t).InitBasic()
defer th.TearDown()