From 4f50b858d0c35df99ad21e19a5d98a5922b7c65f Mon Sep 17 00:00:00 2001 From: Ziv <16467659+ziv1234@users.noreply.github.com> Date: Sat, 11 Apr 2020 23:00:54 +0300 Subject: [PATCH] Remove already fixed qwikswitch uncaught exceptions (#34049) --- tests/ignore_uncaught_exceptions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/ignore_uncaught_exceptions.py b/tests/ignore_uncaught_exceptions.py index 72da24d38da..77451fc1f68 100644 --- a/tests/ignore_uncaught_exceptions.py +++ b/tests/ignore_uncaught_exceptions.py @@ -34,8 +34,6 @@ IGNORE_UNCAUGHT_EXCEPTIONS = [ ("tests.components.ios.test_init", "test_creating_entry_sets_up_sensor"), ("tests.components.ios.test_init", "test_not_configuring_ios_not_creates_entry"), ("tests.components.local_file.test_camera", "test_file_not_readable"), - ("tests.components.qwikswitch.test_init", "test_binary_sensor_device"), - ("tests.components.qwikswitch.test_init", "test_sensor_device"), ] IGNORE_UNCAUGHT_JSON_EXCEPTIONS = []