Skip to content

Commit 9694001

Browse files
committed
temp hack to not clean up database
1 parent 792b261 commit 9694001

File tree

1 file changed

+2
-3
lines changed
  • packages/django-google-spanner/tests/system/django_spanner

1 file changed

+2
-3
lines changed

packages/django-google-spanner/tests/system/django_spanner/utils.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,5 @@ def setup_database():
125125

126126

127127
def teardown_database():
128-
Config.DATABASE = Config.INSTANCE.database(DATABASE_NAME)
129-
if Config.DATABASE.exists():
130-
Config.DATABASE.drop()
128+
# temporary hack
129+
pass

0 commit comments

Comments
 (0)