From c8d08adf29baa1bd7203ad409e6fe6665f836443 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 31 Jan 2023 19:22:55 +0530 Subject: [PATCH] Revert "[MM-42652] Re-enable test (#21986)" (#22196) This reverts commit a3dcaee066dd10b38f62502d8afba3fc4311877d. --- api4/channel_category_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api4/channel_category_test.go b/api4/channel_category_test.go index af3e9b2319..e58a557ee6 100644 --- a/api4/channel_category_test.go +++ b/api4/channel_category_test.go @@ -103,6 +103,7 @@ func TestCreateCategoryForTeamForUser(t *testing.T) { }) t.Run("should publish expected WS payload", func(t *testing.T) { + t.Skip("MM-42652") userWSClient, err := th.CreateWebSocketClient() require.NoError(t, err) defer userWSClient.Close()