MM-41797: Skip Flaky test in ThreadStore (#19546)

https://mattermost.atlassian.net/browse/MM-41797

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2022-02-14 19:47:24 +05:30
коммит произвёл 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.Skip("MM-41797")
newPosts := makeSomePosts()
opts := store.ThreadMembershipOpts{
Following: true,