Refs #29004 -- Prevented inspectdb tests from flushing all tables data.
This is a costly operation on most database backends.
This commit is contained in:
parent
f6d8b0c47e
commit
64f9776bc4
|
@ -285,7 +285,7 @@ class InspectDBTestCase(TestCase):
|
|||
|
||||
|
||||
class InspectDBTransactionalTests(TransactionTestCase):
|
||||
available_apps = None
|
||||
available_apps = ['inspectdb']
|
||||
|
||||
def test_include_views(self):
|
||||
"""inspectdb --include-views creates models for database views."""
|
||||
|
|
Loading…
Reference in New Issue