summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-03-30 12:53:26 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2026-03-30 15:56:52 -0400
commitafa026cd80a2388255a137a274568aef09f9fee7 (patch)
tree762bf92420cea7b4dcc0f5bfc3665fea6a8854ae /tests
parent9c9a43b45e07d2a2dcd3dd08681f7f5cecd82ab6 (diff)
Refs #36770 -- Skipped test_in_memory_database_lock().
Skip pending some investigation.
Diffstat (limited to 'tests')
-rw-r--r--tests/servers/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/servers/tests.py b/tests/servers/tests.py
index f69cff020c..13fe603d1a 100644
--- a/tests/servers/tests.py
+++ b/tests/servers/tests.py
@@ -106,6 +106,7 @@ class LiveServerTestCloseConnectionTest(LiveServerBase):
self.assertIsNone(conn.connection)
+@unittest.skip("Flaky test as described in https://code.djangoproject.com/ticket/36770")
@unittest.skipUnless(connection.vendor == "sqlite", "SQLite specific test.")
class LiveServerInMemoryDatabaseLockTest(LiveServerBase):
def test_in_memory_database_lock(self):