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."
|
"servers.tests.LiveServerInMemoryDatabaseLockTest."
|
||||||
"test_in_memory_database_lock",
|
"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
|
return skips
|
||||||
|
Loading…
x
Reference in New Issue
Block a user