mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Turn back off test_shutdown_before_startup_finishes test on MySQL (#87761)
This commit is contained in:
parent
df76e31cdf
commit
77cdde94f3
@ -103,6 +103,9 @@ async def test_shutdown_before_startup_finishes(
|
||||
tmp_path,
|
||||
):
|
||||
"""Test shutdown before recorder starts is clean."""
|
||||
if recorder_db_url.startswith("mysql://"):
|
||||
# Currently this test fails with MySQL
|
||||
return
|
||||
|
||||
if recorder_db_url == "sqlite://":
|
||||
# On-disk database because this test does not play nice with the
|
||||
|
Loading…
x
Reference in New Issue
Block a user