diff -r 67185e65f020 -r 08cf02efc7ce cubicweb/test/unittest_rset.py --- a/cubicweb/test/unittest_rset.py Fri Nov 18 17:50:56 2016 +0100 +++ b/cubicweb/test/unittest_rset.py Thu Nov 24 15:36:26 2016 +0100 @@ -156,8 +156,6 @@ def test_limit_2(self): with self.admin_access.web_request() as req: - # drop user from cache for the sake of this test - req.drop_entity_cache(req.user.eid) rs = req.execute('Any E,U WHERE E is CWEType, E created_by U') # get entity on row 9. This will fill its created_by relation cache, # with cwuser on row 9 as well