Skip racy test on api4.TestCreatePost (#30029)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Miguel de la Cruz
2025-01-30 11:07:10 +00:00
committed by GitHub
co-authored by Mattermost Build
parent ed98d147ae
commit 8c3490b3d8
+1
View File
@@ -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()