diff --git a/api4/channel_category_test.go b/api4/channel_category_test.go index e58a557ee6..af3e9b2319 100644 --- a/api4/channel_category_test.go +++ b/api4/channel_category_test.go @@ -103,7 +103,6 @@ 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()