1
0
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:
J. Nick Koston
2020-09-02 03:12:56 -05:00
committed by GitHub
parent 225becc89a
commit 557684c3ce
5 changed files with 99 additions and 21 deletions

View File

@@ -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()