Fix broken CI (#35314)
This commit is contained in:
parent
1d6a20228b
commit
e3ca87bc5a
1 changed files with 4 additions and 0 deletions
|
@ -9,4 +9,8 @@ IGNORE_UNCAUGHT_EXCEPTIONS = [
|
||||||
"tests.components.smartthings.test_init",
|
"tests.components.smartthings.test_init",
|
||||||
"test_event_handler_dispatches_updated_devices",
|
"test_event_handler_dispatches_updated_devices",
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
"tests.components.unifi.test_controller",
|
||||||
|
"test_wireless_client_event_calls_update_wireless_devices",
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue