Revert "[MM-42652] Re-enable test (#21986)" (#22196)

This reverts commit a3dcaee066.
Этот коммит содержится в:
Agniva De Sarker
2023-01-31 19:22:55 +05:30
коммит произвёл GitHub
родитель aaaae00b50
Коммит c8d08adf29

Просмотреть файл

@@ -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()