From afa026cd80a2388255a137a274568aef09f9fee7 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 30 Mar 2026 12:53:26 -0400 Subject: Refs #36770 -- Skipped test_in_memory_database_lock(). Skip pending some investigation. --- tests/servers/tests.py | 1 + 1 file changed, 1 insertion(+) 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): -- cgit v1.3