diff options
Diffstat (limited to 'tests/transactions')
| -rw-r--r-- | tests/transactions/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/transactions/tests.py b/tests/transactions/tests.py index 0cef7a545b..a66ffe44ba 100644 --- a/tests/transactions/tests.py +++ b/tests/transactions/tests.py @@ -490,7 +490,6 @@ class TransactionTests(IgnoreDeprecationWarningsMixin, TransactionTestCase): r = Reporter.objects.get() self.assertEqual(r.first_name, "Robert") - @skipUnlessDBFeature('supports_transactions') def test_manually_managed(self): """ |
