From 0818bf448cc95f29d21890beedd71f1d3f5a5b40 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Mon, 15 May 2023 14:11:17 +0530 Subject: [PATCH] MM-52743: Skip racy test Test_SendNotifyAdminPosts (#23360) https://mattermost.atlassian.net/browse/MM-52743 ```release-note NONE ``` --- server/channels/app/notify_admin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()