mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-57392] Skip flaky TestEditChannelBookmark test (#26565)
This commit is contained in:
parent
52a900aeea
commit
6c470f6210
@ -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.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()
|
webSocketClient, err := th.CreateWebSocketClient()
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
webSocketClient.Listen()
|
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.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()
|
webSocketClient, err := th.CreateWebSocketClient()
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
webSocketClient.Listen()
|
webSocketClient.Listen()
|
||||||
|
Loading…
Reference in New Issue
Block a user