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

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