Ignore tplink tests exceptions (#33710)

This commit is contained in:
Ziv 2020-04-06 01:16:16 +03:00 committed by GitHub
parent 60dd2213cf
commit 18e4493ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ IGNORE_UNCAUGHT_EXCEPTIONS = [
("tests.components.qwikswitch.test_init", "test_sensor_device"),
("tests.components.rflink.test_init", "test_send_command_invalid_arguments"),
("tests.components.samsungtv.test_media_player", "test_update_connection_failure"),
(
"tests.components.tplink.test_init",
"test_configuring_devices_from_multiple_sources",
),
("tests.components.unifi_direct.test_device_tracker", "test_get_scanner"),
("tests.components.zwave.test_init", "test_power_schemes"),
]