diff options
Diffstat (limited to 'tests/servers/test_liveserverthread.py')
| -rw-r--r-- | tests/servers/test_liveserverthread.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/servers/test_liveserverthread.py b/tests/servers/test_liveserverthread.py index 9762b53791..a2af459edc 100644 --- a/tests/servers/test_liveserverthread.py +++ b/tests/servers/test_liveserverthread.py @@ -13,8 +13,6 @@ class LiveServerThreadTest(TestCase): def test_closes_connections(self): conn = connections[DEFAULT_DB_ALIAS] - if conn.vendor == 'sqlite' and conn.is_in_memory_db(): - self.skipTest("the sqlite backend's close() method is a no-op when using an in-memory database") # Pass a connection to the thread to check they are being closed. connections_override = {DEFAULT_DB_ALIAS: conn} |
