| OrmLibraryShowcaseIT#searchAroundMe_spatial expect results to be in a specific order, but we currently sort by score and all the results have the same score. Thus this test tends to fail from time to time (though, surprisingly, it never failed on CI). We should remove the order expectations from this test, and add a TODO to later sort by distance (we can't do it currently because of the lack of a "nested" sort, see HSEARCH-2254 Open ) |