Fix broken CI (#35314)

This commit is contained in:
Paulus Schoutsen 2020-05-06 18:40:21 -07:00 committed by GitHub
parent 1d6a20228b
commit e3ca87bc5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
),
] ]