From 8c3490b3d876a390f420228e472f7a87dbb62813 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Thu, 30 Jan 2025 12:07:10 +0100 Subject: [PATCH] Skip racy test on api4.TestCreatePost (#30029) Co-authored-by: Mattermost Build --- 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 0e5c49fe6b..f4502eca74 100644 --- a/server/channels/api4/post_test.go +++ b/server/channels/api4/post_test.go @@ -131,6 +131,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-62764") wsClient := th.CreateConnectedWebSocketClient(t) defaultPerms := th.SaveDefaultRolePermissions()