diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-27 23:51:34 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-27 23:51:34 -0400 |
| commit | 5672f78806c4f9bcdfe383dad8a7c0575f2bb042 (patch) | |
| tree | a38f3ed8c62824827e878c1b0456edb318c33843 /test/sql | |
| parent | 7bf231232c0f8eb82a88dc75f2759ddaa39265ae (diff) | |
| download | sqlalchemy-5672f78806c4f9bcdfe383dad8a7c0575f2bb042.tar.gz | |
callcounts
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/test_returning.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_returning.py b/test/sql/test_returning.py index e7245aa3c..a4caee55d 100644 --- a/test/sql/test_returning.py +++ b/test/sql/test_returning.py @@ -282,7 +282,7 @@ class ReturnDefaultsTest(fixtures.TablesTest): [None] ) - @testing.fails_on("oracle+cx_oracle", "seems like a cx_oracle bug") + #@testing.fails_on("oracle+cx_oracle", "seems like a cx_oracle bug") def test_insert_non_default_plus_default(self): t1 = self.tables.t1 result = testing.db.execute( |
