home-assistant: disable tests getting stuck on aarch64
This commit is contained in:
parent
9ad62a752e
commit
6ed2bd9937
@ -331,6 +331,12 @@ in with py.pkgs; buildPythonApplication rec {
|
|||||||
# generic/test_camera.py: AssertionError: 500 == 200
|
# generic/test_camera.py: AssertionError: 500 == 200
|
||||||
"test_fetching_without_verify_ssl"
|
"test_fetching_without_verify_ssl"
|
||||||
"test_fetching_url_with_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 = ''
|
preCheck = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user