home-assistant: disable flaky august component test

This commit is contained in:
Martin Weinelt
2021-09-21 17:19:01 +02:00
parent fd3d37414d
commit 3593e19dc1
+2 -1
View File
@@ -828,8 +828,9 @@ in with py.pkgs; buildPythonApplication rec {
"test_onboarding_core_no_rpi_power"
# hue/test_sensor_base.py: Race condition when counting events
"test_hue_events"
# august/test_lock.py: AssertionError: assert 'unlocked' == 'locked'
# august/test_lock.py: AssertionError: assert 'unlocked' == 'locked' / assert 'off' == 'on'
"test_lock_update_via_pubnub"
"test_door_sense_update_via_pubnub"
];
preCheck = ''