]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
disable test_prune on jython for now:
authorPhilip Jenvey <pjenvey@underboss.org>
Sun, 19 Jul 2009 06:29:43 +0000 (06:29 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Sun, 19 Jul 2009 06:29:43 +0000 (06:29 +0000)
http://www.sqlalchemy.org/trac/ticket/1473

test/orm/test_session.py

index fc91db9af03d983220d76a7b21d51dc4ef7c841f..2d99e20630ac88a729a9dfb2ae4663c2850a2a79 100644 (file)
@@ -899,7 +899,7 @@ class SessionTest(_fixtures.FixtureTest):
         s.flush()
         eq_(users.select().execute().fetchall(), [(user.id, 'u2')])
         
-        
+    @testing.fails_on('+zxjdbc', 'http://www.sqlalchemy.org/trac/ticket/1473')
     @testing.resolve_artifact_names
     def test_prune(self):
         s = create_session(weak_identity_map=False)