Skip flaky TestGetUserStatus/dnd_status_timed_restore_after_time_interval (#30534)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8faa8b2e56
Коммит
3b50ea2621
@@ -54,6 +54,7 @@ func TestGetUserStatus(t *testing.T) {
|
||||
})
|
||||
|
||||
t.Run("dnd status timed restore after time interval", func(t *testing.T) {
|
||||
t.Skip("https://mattermost.atlassian.net/browse/MM-63533")
|
||||
task := model.CreateRecurringTaskFromNextIntervalTime("Unset DND Statuses From Test", th.App.UpdateDNDStatusOfUsers, 1*time.Second)
|
||||
defer task.Cancel()
|
||||
th.App.SetStatusOnline(th.BasicUser.Id, true)
|
||||
|
||||
Ссылка в новой задаче
Block a user