MM-42652: Skip Flaky test in CreateCategoryForTeamForUser (#19857)
https://mattermost.atlassian.net/browse/MM-42652 ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a4a6fe0a94
Коммит
5db226b2f0
@@ -91,6 +91,7 @@ func TestCreateCategoryForTeamForUser(t *testing.T) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
t.Run("should publish expected WS payload", func(t *testing.T) {
|
t.Run("should publish expected WS payload", func(t *testing.T) {
|
||||||
|
t.Skip("MM-42652")
|
||||||
userWSClient, err := th.CreateWebSocketClient()
|
userWSClient, err := th.CreateWebSocketClient()
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
defer userWSClient.Close()
|
defer userWSClient.Close()
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user