home-assistant-custom-components.yandex-station: disable failing test

This commit is contained in:
Martin Weinelt
2025-09-05 03:37:07 +02:00
parent f7bd484ae2
commit ea8a5c8970
@@ -23,6 +23,11 @@ buildHomeAssistantComponent rec {
zeroconf
];
disabledTests = [
# 'µg/m³' vs 'μg/m³'
"test_sensor_qingping"
];
disabledTestPaths = [
# this test seems to be broken
"tests/test_local.py::test_track"