From 5911590ce6661e5726b176da49a502a8ddefe61b Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Thu, 21 Nov 2024 09:51:59 +0100 Subject: [PATCH] [MM-61858] Fix flaky TestSendNotifications (#29339) --- server/channels/app/notification_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/channels/app/notification_test.go b/server/channels/app/notification_test.go index 5bb9af521e..436783b367 100644 --- a/server/channels/app/notification_test.go +++ b/server/channels/app/notification_test.go @@ -170,8 +170,6 @@ func TestSendNotifications(t *testing.T) { }) t.Run("replies to post created by OAuth bot should not notify user", func(t *testing.T) { - th := Setup(t).InitBasic() - defer th.TearDown() testUserNotNotified := func(t *testing.T, user *model.User) { rootPost := &model.Post{ UserId: user.Id,