Skip flaky test - Tracked in MM-62079 (#29494)

Этот коммит содержится в:
Alejandro García Montoro
2024-12-10 15:46:59 +01:00
коммит произвёл 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.Skip("MM-62079")
WebSocketClient, err := th.CreateWebSocketClient()
WebSocketClient.Listen()
require.NoError(t, err)