diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-30 12:53:26 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-30 15:56:52 -0400 |
| commit | afa026cd80a2388255a137a274568aef09f9fee7 (patch) | |
| tree | 762bf92420cea7b4dcc0f5bfc3665fea6a8854ae /tests | |
| parent | 9c9a43b45e07d2a2dcd3dd08681f7f5cecd82ab6 (diff) | |
Refs #36770 -- Skipped test_in_memory_database_lock().
Skip pending some investigation.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/servers/tests.py | 1 |
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): |
