mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
Refs #31169 -- Skipped test_get_test_db_clone_settings_not_supported on not in-memory SQLite database.
multiprocessing's start method is checked only for in-memory SQLite databases.
This commit is contained in:
parent
662497cece
commit
20d575b101
@ -124,6 +124,11 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
||||
"servers.tests.LiveServerInMemoryDatabaseLockTest."
|
||||
"test_in_memory_database_lock",
|
||||
},
|
||||
"multiprocessing's start method is checked only for in-memory "
|
||||
"SQLite databases": {
|
||||
"backends.sqlite.test_creation.TestDbSignatureTests."
|
||||
"test_get_test_db_clone_settings_not_supported",
|
||||
},
|
||||
}
|
||||
)
|
||||
return skips
|
||||
|
Loading…
Reference in New Issue
Block a user