mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add ability to disable the sqlite3 quick_check (#39479)
This commit is contained in:
@@ -304,6 +304,7 @@ def test_recorder_setup_failure():
|
||||
db_retry_wait=3,
|
||||
entity_filter=CONFIG_SCHEMA({DOMAIN: {}}),
|
||||
exclude_t=[],
|
||||
db_integrity_check=False,
|
||||
)
|
||||
rec.start()
|
||||
rec.join()
|
||||
|
||||
Reference in New Issue
Block a user