1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Don't try and store exceptions when the key is missing (#41803)

This commit is contained in:
Tom Parker-Shemilt
2020-10-16 09:01:58 +01:00
committed by GitHub
parent 8bc47c0cd1
commit 2b151209b2
2 changed files with 14 additions and 1 deletions

View File

@@ -16,4 +16,6 @@ IGNORE_UNCAUGHT_EXCEPTIONS = [
"tests.components.unifi.test_controller",
"test_wireless_client_event_calls_update_wireless_devices",
),
("tests.components.iaqualink.test_config_flow", "test_with_invalid_credentials"),
("tests.components.iaqualink.test_config_flow", "test_with_existing_config"),
]