From e3ca87bc5ae87df01e31b2d4988cb9df6d047e38 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 6 May 2020 18:40:21 -0700 Subject: [PATCH] Fix broken CI (#35314) --- tests/ignore_uncaught_exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/ignore_uncaught_exceptions.py b/tests/ignore_uncaught_exceptions.py index 1325d76791c..20d32202a1a 100644 --- a/tests/ignore_uncaught_exceptions.py +++ b/tests/ignore_uncaught_exceptions.py @@ -9,4 +9,8 @@ IGNORE_UNCAUGHT_EXCEPTIONS = [ "tests.components.smartthings.test_init", "test_event_handler_dispatches_updated_devices", ), + ( + "tests.components.unifi.test_controller", + "test_wireless_client_event_calls_update_wireless_devices", + ), ]