home-assistant-custom-components.thewatchman: disable timing sensitive test

This commit is contained in:
Sandro Jäckel
2026-07-25 14:07:17 +02:00
parent d37727ba4b
commit 6685ba359d
@@ -41,6 +41,8 @@ buildHomeAssistantComponent rec {
"test_status_sensor_safe_mode"
# flaky
"test_automations_parsing"
# Timing sensitive: Should still not be called (T=2.5 < T=3)
"test_debounce_rescan"
];
meta = {