diff --git a/server/channels/app/notify_admin_test.go b/server/channels/app/notify_admin_test.go index b7503b6acc9..0b696ec7bef 100644 --- a/server/channels/app/notify_admin_test.go +++ b/server/channels/app/notify_admin_test.go @@ -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()