mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* Fix the team and channel filtering UT to include empty team or channel * Fix tests that were failing before this change Once we've activated the team/channels filter tests for PostgreSQL and MySQL there are some tests failing so this changes fixes them * Disable team filtering tests for DBs by now We have a discrepancy between DB search and ES/Bleve on how to filter teams when you have users in both teams: - DB when filtering by one team and searching by another returns users that are in both teams - Bleve and ES returns empty Co-authored-by: Mario de Frutos <mario@defrutos.org> Co-authored-by: Mattermod <mattermod@users.noreply.github.com>