MM-56039: Skip flaky test TestUserStore/LocalCache+PostgreSQL/SearchNotInTeam/ (#25638)

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

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2023-12-11 14:55:39 +05:30
коммит произвёл GitHub
родитель 7cd8dbec30
Коммит a54f927e3d

Просмотреть файл

@@ -3337,6 +3337,7 @@ func testUserStoreSearchInChannel(t *testing.T, rctx request.CTX, ss store.Store
}
func testUserStoreSearchNotInTeam(t *testing.T, rctx request.CTX, ss store.Store) {
t.Skip("MM-56039")
u1 := &model.User{
Username: "jimbo1" + model.NewId(),
FirstName: "Tim",