From f3b0558fca5b70e2d1931c1b60ae456ba8d9df04 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Thu, 2 Jul 2026 16:17:21 +0200 Subject: [PATCH] python3Packages.lerobot: disable flaky test discovered in https://github.com/NixOS/nixpkgs/pull/528833#issuecomment-4865692485 --- pkgs/development/python-modules/lerobot/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/lerobot/default.nix b/pkgs/development/python-modules/lerobot/default.nix index ad6b56e46715..f0fab063e976 100644 --- a/pkgs/development/python-modules/lerobot/default.nix +++ b/pkgs/development/python-modules/lerobot/default.nix @@ -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!