Remove already fixed qwikswitch uncaught exceptions (#34049)

pull/34058/head
Ziv 2020-04-11 23:00:54 +03:00 committed by GitHub
parent 123ae941a9
commit 4f50b858d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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 = []