Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/components/recorder/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down