Skip flaky TestEditChannelBookmark/a_websockets_event_should_be_fired_as_part_of_editing_a_bookmark (#29267)

Этот коммит содержится в:
Ben Schumacher
2024-11-14 11:19:52 +01:00
коммит произвёл 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.Skip("https://mattermost.atlassian.net/browse/MM-61779")
webSocketClient, err := th.CreateWebSocketClient()
require.NoError(t, err)
require.NotNil(t, webSocketClient, "webSocketClient should not be nil")