home-assistant: skip another flaky test (#462393)

This commit is contained in:
K900
2025-11-17 00:31:21 +00:00
committed by GitHub

View File

@@ -500,6 +500,7 @@ python.pkgs.buildPythonApplication rec {
"tests/test_bootstrap.py::test_setup_hass_takes_longer_than_log_slow_startup" "tests/test_bootstrap.py::test_setup_hass_takes_longer_than_log_slow_startup"
"tests/test_test_fixtures.py::test_evict_faked_translations" "tests/test_test_fixtures.py::test_evict_faked_translations"
"tests/helpers/test_backup.py::test_async_get_manager" "tests/helpers/test_backup.py::test_async_get_manager"
"tests/helpers/test_trigger.py::test_platform_multiple_triggers[sync_action]"
]; ];
preCheck = '' preCheck = ''