Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions services/brig/test/integration/API/Search.hs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ testReindex brig = do
-- This test is currently disabled, because it fails sporadically, probably due
-- to imprecisions in ES exact match scoring.
-- FUTUREWORK: Find the reason for the failures and fix ES behaviour.
-- See also the "cassandra writetime hypothesis":
-- https://wearezeta.atlassian.net/browse/BE-523
-- https://github.com/wireapp/wire-server/pull/1798#issuecomment-933174913
_testOrderName :: TestConstraints m => Brig -> m ()
_testOrderName brig = do
searcher <- userId <$> randomUser brig
Expand Down