diff --git a/store/storetest/thread_store.go b/store/storetest/thread_store.go index 6ab858a826..a896b65c61 100644 --- a/store/storetest/thread_store.go +++ b/store/storetest/thread_store.go @@ -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,