Skip to content

Commit

Permalink
Skip flaky test - Tracked in MM-62079 (mattermost#29494)
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciamontoro authored Dec 10, 2024
1 parent 5369f8b commit a906e98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/channels/api4/post_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a906e98

Please sign in to comment.