home-assistant: disable tests getting stuck on aarch64

This commit is contained in:
Martin Weinelt 2021-03-06 18:25:08 +01:00
parent 9ad62a752e
commit 6ed2bd9937
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -331,6 +331,12 @@ in with py.pkgs; buildPythonApplication rec {
# generic/test_camera.py: AssertionError: 500 == 200
"test_fetching_without_verify_ssl"
"test_fetching_url_with_verify_ssl"
] ++ lib.optionals (stdenv.isAarch64) [
# tests getting stuck on aarch64
# components/stream/test_hls.py
"test_stream_ended"
# components/stream/test_recorder.py
"test_record_stream"
];
preCheck = ''