diff --git a/server/channels/api4/channel_bookmark_test.go b/server/channels/api4/channel_bookmark_test.go index d793873044..6b8b7ac1cd 100644 --- a/server/channels/api4/channel_bookmark_test.go +++ b/server/channels/api4/channel_bookmark_test.go @@ -959,6 +959,8 @@ func TestUpdateChannelBookmarkSortOrder(t *testing.T) { }) t.Run("a websockets event should be fired as part of editing a bookmark's sort order", func(t *testing.T) { + t.Skip("MM-60499") + webSocketClient, err := th.CreateWebSocketClient() require.NoError(t, err) webSocketClient.Listen()