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

https://mattermost.atlassian.net/browse/MM-52743
```release-note
NONE
```
This commit is contained in:
Agniva De Sarker 2023-05-15 14:11:17 +05:30 committed by GitHub
parent 956c836921
commit 0818bf448c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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