From 5db226b2f0f7be046bf8cbd5d51c3212fda930cc Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 29 Mar 2022 19:36:50 +0530 Subject: [PATCH] MM-42652: Skip Flaky test in CreateCategoryForTeamForUser (#19857) https://mattermost.atlassian.net/browse/MM-42652 ```release-note NONE ``` --- 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 c877e3983d..586373eb83 100644 --- a/api4/channel_category_test.go +++ b/api4/channel_category_test.go @@ -91,6 +91,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()