summaryrefslogtreecommitdiff
path: root/tests/test_runner
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-03-18 14:24:29 +0000
committerTim Graham <timograham@gmail.com>2016-12-28 15:16:10 -0500
commit6d947e8c3218c7137cd3fffecf1ca5b9274a20c6 (patch)
treed29ed2405e206e2d29c87745c14540e72cc50eda /tests/test_runner
parente3e80da7a59f6fcef814b951f5a77a33584e3b62 (diff)
Refs #25415 -- Fixed/silenced check errors in Django's test suite.
Diffstat (limited to 'tests/test_runner')
-rw-r--r--tests/test_runner/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_runner/tests.py b/tests/test_runner/tests.py
index 80ab0f38a5..d6e9af71a1 100644
--- a/tests/test_runner/tests.py
+++ b/tests/test_runner/tests.py
@@ -204,8 +204,6 @@ class Ticket17477RegressionTests(AdminScriptTestCase):
class Sqlite3InMemoryTestDbs(TestCase):
- available_apps = []
-
@unittest.skipUnless(all(db.connections[conn].vendor == 'sqlite' for conn in db.connections),
"This is an sqlite-specific issue")
def test_transaction_support(self):