Ignore tplink tests exceptions (#33710)
parent
60dd2213cf
commit
18e4493ca3
|
@ -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"),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue