mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Remove strict connection (#116396)
This commit is contained in:
@@ -181,6 +181,7 @@ async def test_tts_default_voice_legacy_gender(
|
||||
assert cloud.client.prefs.tts_default_voice == (expected_language, voice)
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Remove strict connection config option")
|
||||
@pytest.mark.parametrize("mode", list(StrictConnectionMode))
|
||||
async def test_strict_connection_convertion(
|
||||
hass: HomeAssistant,
|
||||
|
||||
Reference in New Issue
Block a user