home-assistant: disable broken tests in bosch_alarm

This commit is contained in:
Sarah Clark
2025-08-17 08:41:24 -07:00
parent 32e53310eb
commit dd50fe2f99
+6
View File
@@ -60,6 +60,12 @@ let
# outdated snapshot
"tests/components/backup/test_sensors.py::test_sensors"
];
bosch_alarm = [
# outdated snapshots
"tests/components/bosch_alarm/test_binary_sensor.py::test_binary_sensor[None-solution_3000]"
"tests/components/bosch_alarm/test_binary_sensor.py::test_binary_sensor[None-amax_3000]"
"tests/components/bosch_alarm/test_binary_sensor.py::test_binary_sensor[None-b5512]"
];
bmw_connected_drive = [
# outdated snapshot
"tests/components/bmw_connected_drive/test_binary_sensor.py::test_entity_state_attrs"