Skip flaky tests (#29773)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
0375495c40
Коммит
cc33287dde
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user