home-assistant: disable test_hue_events test

It is prone to race conditions.
This commit is contained in:
Martin Weinelt 2021-06-17 06:19:49 +02:00
parent 54bf6c0783
commit b362f002ca
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -782,6 +782,8 @@ in with py.pkgs; buildPythonApplication rec {
# onboarding tests rpi_power component, for which we are lacking rpi_bad_power library
"test_onboarding_core_sets_up_rpi_power"
"test_onboarding_core_no_rpi_power"
# hue/test_sensor_base.py: Race condition when counting events
"test_hue_events"
];
preCheck = ''