From a906e980f9540767caaf35eba3c409139f0954b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Garc=C3=ADa=20Montoro?= Date: Tue, 10 Dec 2024 15:46:59 +0100 Subject: [PATCH] Skip flaky test - Tracked in MM-62079 (#29494) --- server/channels/api4/post_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/channels/api4/post_test.go b/server/channels/api4/post_test.go index 25fe9f13b2..3f1d4dcb6d 100644 --- a/server/channels/api4/post_test.go +++ b/server/channels/api4/post_test.go @@ -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)