diff options
Diffstat (limited to 'test/orm/test_expire.py')
-rw-r--r-- | test/orm/test_expire.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/orm/test_expire.py b/test/orm/test_expire.py index ea823f79c..292546e99 100644 --- a/test/orm/test_expire.py +++ b/test/orm/test_expire.py @@ -1436,7 +1436,6 @@ class RefreshTest(_fixtures.FixtureTest): s.expire(u) assert len(u.addresses) == 3 - @testing.fails_on('maxdb', 'FIXME: unknown') def test_refresh2(self): """test a hang condition that was occurring on expire/refresh""" |