[MM-57392] Skip flaky TestEditChannelBookmark test (#26565)

This commit is contained in:
Ben Schumacher 2024-03-25 08:48:44 +01:00 committed by GitHub
parent 52a900aeea
commit 6c470f6210
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,6 +220,7 @@ func TestCreateChannelBookmark(t *testing.T) {
})
t.Run("a websockets event should be fired as part of creating a bookmark", func(t *testing.T) {
t.Skip("https://mattermost.atlassian.net/browse/MM-57393")
webSocketClient, err := th.CreateWebSocketClient()
require.NoError(t, err)
webSocketClient.Listen()
@ -586,6 +587,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-57392")
webSocketClient, err := th.CreateWebSocketClient()
require.NoError(t, err)
webSocketClient.Listen()