mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Refs #31169 -- Prevented infinite loop in tests on failures.
Regression in ae91ecf6a1037fb67d14841b66ac19d4c2ccc4ac.
This commit is contained in:
parent
a46bc327e7
commit
795da6306a
@ -377,5 +377,4 @@ class BaseDatabaseCreation:
|
|||||||
# connection.settings_dict = settings_dict, new threads would connect
|
# connection.settings_dict = settings_dict, new threads would connect
|
||||||
# to the default database instead of the appropriate clone.
|
# to the default database instead of the appropriate clone.
|
||||||
self.connection.settings_dict.update(settings_dict)
|
self.connection.settings_dict.update(settings_dict)
|
||||||
self.mark_expected_failures_and_skips()
|
|
||||||
self.connection.close()
|
self.connection.close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user