home-assistant.tests.components.overseerr: re-enable test_event

Fixed upstream in home-assistant/core#167458.
This commit is contained in:
Jamie Magee
2026-05-10 10:53:23 -07:00
parent e96652291c
commit 7dc6296bb8
-4
View File
@@ -114,10 +114,6 @@ let
"tests/components/minecraft_server/test_init.py"
"tests/components/minecraft_server/test_sensor.py"
];
overseerr = [
# imports broken future module
"tests/components/overseerr/test_event.py"
];
systemmonitor = [
# sandbox doesn't grant access to /sys/class/power_supply
"tests/components/systemmonitor/test_config_flow.py::test_add_and_remove_processes"