Skip flaky TestEditChannelBookmark/a_websockets_event_should_be_fired_as_part_of_editing_a_bookmark (#29267)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6e81e8c35c
Коммит
18c5fe8f6a
@@ -598,6 +598,7 @@ func TestEditChannelBookmark(t *testing.T) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
t.Run("a websockets event should be fired as part of editing a bookmark", func(t *testing.T) {
|
t.Run("a websockets event should be fired as part of editing a bookmark", func(t *testing.T) {
|
||||||
|
t.Skip("https://mattermost.atlassian.net/browse/MM-61779")
|
||||||
webSocketClient, err := th.CreateWebSocketClient()
|
webSocketClient, err := th.CreateWebSocketClient()
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
require.NotNil(t, webSocketClient, "webSocketClient should not be nil")
|
require.NotNil(t, webSocketClient, "webSocketClient should not be nil")
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user