mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
[MM-61523] Skip flaky TestGetUserTeamScheduledPosts/should_get_created_scheduled_posts (#29104)
This commit is contained in:
parent
ef1be57f64
commit
63bf746d60
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ func TestGetUserTeamScheduledPosts(t *testing.T) {
|
|||
defer th.TearDown()
|
||||
|
||||
t.Run("should get created scheduled posts", func(t *testing.T) {
|
||||
t.Skip("https://mattermost.atlassian.net/browse/MM-61523")
|
||||
scheduledPost1 := &model.ScheduledPost{
|
||||
Draft: model.Draft{
|
||||
CreateAt: model.GetMillis(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue