python3Packages.lerobot: disable flaky test

discovered in https://github.com/NixOS/nixpkgs/pull/528833#issuecomment-4865692485
This commit is contained in:
Peder Bergebakken Sundt
2026-07-02 16:21:30 +02:00
parent e552823815
commit f3b0558fca
@@ -181,6 +181,9 @@ buildPythonPackage (finalAttrs: {
# Flakes under load with AssertionError: assert 'second' == 'last'
"test_get_last_item_multiple_items_with_torch_queue"
# Flaky, assert 88 == 90 (Encoder queue full)
"test_video_duration_matches_frame_count"
]
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
# RuntimeError: Failed to initialize cpuinfo!