mirror of
https://github.com/Hopiu/django.git
synced 2026-04-28 10:44:50 +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
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue