1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Fix uncaught exceptions in upnp (#33604)

removed also the yr tests that are already successful
This commit is contained in:
Ziv
2020-04-04 08:44:57 +03:00
committed by GitHub
parent b60527c986
commit 0d05bd309a
2 changed files with 1 additions and 5 deletions

View File

@@ -57,11 +57,6 @@ IGNORE_UNCAUGHT_EXCEPTIONS = [
"test_configuring_devices_from_multiple_sources",
),
("tests.components.unifi_direct.test_device_tracker", "test_get_scanner"),
("tests.components.upnp.test_init", "test_async_setup_entry_default"),
("tests.components.upnp.test_init", "test_async_setup_entry_port_mapping"),
("tests.components.yr.test_sensor", "test_default_setup"),
("tests.components.yr.test_sensor", "test_custom_setup"),
("tests.components.yr.test_sensor", "test_forecast_setup"),
("tests.components.zwave.test_init", "test_power_schemes"),
]