From 4b1a37137de22e8d6a300d502ced95439a0b64b6 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Thu, 29 Jun 2023 13:23:35 +0200 Subject: [PATCH] Disable skipping SendNotifyAdminPosts test (#23874) --- server/channels/app/notify_admin_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/channels/app/notify_admin_test.go b/server/channels/app/notify_admin_test.go index e432f65ae3..2be48e8f5b 100644 --- a/server/channels/app/notify_admin_test.go +++ b/server/channels/app/notify_admin_test.go @@ -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()