MM-41797: Skip Flaky test in ThreadStore (#19546)
https://mattermost.atlassian.net/browse/MM-41797 ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9dcd61c124
Коммит
59245a6d33
@@ -471,6 +471,7 @@ func testThreadStorePopulation(t *testing.T, ss store.Store) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
t.Run("Get unread reply counts for thread", func(t *testing.T) {
|
t.Run("Get unread reply counts for thread", func(t *testing.T) {
|
||||||
|
t.Skip("MM-41797")
|
||||||
newPosts := makeSomePosts()
|
newPosts := makeSomePosts()
|
||||||
opts := store.ThreadMembershipOpts{
|
opts := store.ThreadMembershipOpts{
|
||||||
Following: true,
|
Following: true,
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user