summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/orm/unitofwork.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/orm/unitofwork.py b/test/orm/unitofwork.py
index cd92c8935..e850854f2 100644
--- a/test/orm/unitofwork.py
+++ b/test/orm/unitofwork.py
@@ -474,7 +474,6 @@ class ClauseAttributesTest(UnitOfWorkTest):
metadata.drop_all()
UnitOfWorkTest.tearDownAll(self)
- @testing.unsupported('mssql') # TEMP: test causes mssql to hang
def test_update(self):
class User(object):
pass
@@ -490,7 +489,6 @@ class ClauseAttributesTest(UnitOfWorkTest):
assert u.counter == 2
self.assert_sql_count(testbase.db, go, 1)
- @testing.unsupported('mssql') # TEMP: test causes mssql to hang
def test_multi_update(self):
class User(object):
pass