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:
committed by
GitHub
parent
8bc47c0cd1
commit
2b151209b2
@@ -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"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user