mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
MM-52743: Skip racy test Test_SendNotifyAdminPosts (#23360)
https://mattermost.atlassian.net/browse/MM-52743 ```release-note NONE ```
This commit is contained in:
parent
956c836921
commit
0818bf448c
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue