[2.1.x] Refs #29004 -- Prevented inspectdb tests from flushing all tables data.
This is a costly operation on most database backends.
Backport of 64f9776bc4
from master
This commit is contained in:
parent
9c64761294
commit
f77dd56ead
|
@ -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