home-assistant-custom-components.thewatchman: ignore flaky test

This commit is contained in:
Sandro Jäckel
2026-03-26 23:36:29 +01:00
parent 2ea1307ea5
commit 924677e6a4
@@ -40,6 +40,8 @@ buildHomeAssistantComponent rec {
disabledTests = [
# the test relies on NOT changing the hass config_dir and tries to write into the nix store
"test_status_sensor_safe_mode"
# flaky
"test_automations_parsing"
];
meta = {