Skip flaky test - Tracked in MM-62079 (#29494)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5369f8b36b
Коммит
a906e980f9
@@ -119,6 +119,7 @@ func TestCreatePost(t *testing.T) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
t.Run("Create posts without the USE_CHANNEL_MENTIONS Permission - returns ephemeral message with mentions and no ephemeral message without mentions", func(t *testing.T) {
|
t.Run("Create posts without the USE_CHANNEL_MENTIONS Permission - returns ephemeral message with mentions and no ephemeral message without mentions", func(t *testing.T) {
|
||||||
|
t.Skip("MM-62079")
|
||||||
WebSocketClient, err := th.CreateWebSocketClient()
|
WebSocketClient, err := th.CreateWebSocketClient()
|
||||||
WebSocketClient.Listen()
|
WebSocketClient.Listen()
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user