Этот коммит содержится в:
Harrison Healey
2025-01-13 03:42:54 -05:00
коммит произвёл GitHub
родитель 0375495c40
Коммит cc33287dde
3 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@@ -221,6 +221,8 @@ 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("MM-62437")
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")

Просмотреть файл

@@ -1039,6 +1039,8 @@ func TestImportValidatePostImportData(t *testing.T) {
}) })
t.Run("Test with valid all optional parameters", func(t *testing.T) { t.Run("Test with valid all optional parameters", func(t *testing.T) {
t.Skip("MM-62440")
reactions := []ReactionImportData{{ reactions := []ReactionImportData{{
User: model.NewPointer("username"), User: model.NewPointer("username"),
EmojiName: model.NewPointer("emoji"), EmojiName: model.NewPointer("emoji"),

Просмотреть файл

@@ -14,6 +14,8 @@ import (
) )
func TestGetMattermostLog(t *testing.T) { func TestGetMattermostLog(t *testing.T) {
t.Skip("MM-62438")
th := Setup(t) th := Setup(t)
defer th.TearDown() defer th.TearDown()