Disable skipping SendNotifyAdminPosts test (#23874)

Этот коммит содержится в:
Miguel de la Cruz
2023-06-29 13:23:35 +02:00
коммит произвёл GitHub
родитель 385bf19972
Коммит 4b1a37137d

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

@@ -19,7 +19,6 @@ 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()