diff options
| -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): |
