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()