]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
mark this as intermittent crashes on the buildbot - reason for failures not clear
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Aug 2010 15:41:26 +0000 (11:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Aug 2010 15:41:26 +0000 (11:41 -0400)
test/engine/test_transaction.py

index bc0985bec8f1dbe6641a9266bb7702bac5c53da6..e7e2fe1b8fcac0980472cbe9a4f24e5fb9733a8e 100644 (file)
@@ -868,6 +868,7 @@ class TLTransactionTest(TestBase):
         assert r2.connection.closed
         assert tlengine.closed
 
+    @testing.crashes('oracle+cx_oracle', 'intermittent failures on the buildbot')
     def test_dispose(self):
         eng = create_engine(testing.db.url, strategy='threadlocal')
         result = eng.execute(select([1]))