From: Mike Bayer Date: Sun, 8 Aug 2010 15:41:26 +0000 (-0400) Subject: mark this as intermittent crashes on the buildbot - reason for failures not clear X-Git-Tag: rel_0_6_4~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8fb5931325df6c3309d878637a74e4ec99987a6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git mark this as intermittent crashes on the buildbot - reason for failures not clear --- diff --git a/test/engine/test_transaction.py b/test/engine/test_transaction.py index bc0985bec8..e7e2fe1b8f 100644 --- a/test/engine/test_transaction.py +++ b/test/engine/test_transaction.py @@ -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]))