Skip to content

Commit

Permalink
Turn back off test_shutdown_before_startup_finishes test on MySQL (ho…
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Feb 9, 2023
1 parent df76e31 commit 77cdde9
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 77cdde9

Please sign in to comment.