From 5480c3d5027c3b099f63d3a264a7f607a57fb254 Mon Sep 17 00:00:00 2001 From: Luna Nova Date: Sun, 21 Jun 2026 17:12:30 -0700 Subject: [PATCH] python3Packages.lerobot: disable flaky test under load --- 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 0f17e4aae69d..c393af9379e9 100644 --- a/pkgs/development/python-modules/lerobot/default.nix +++ b/pkgs/development/python-modules/lerobot/default.nix @@ -178,6 +178,9 @@ buildPythonPackage (finalAttrs: { # TypeError: 'NoneType' object is not subscriptable "test_pi0_rtc_inference_with_prev_chunk" + + # Flakes under load with AssertionError: assert 'second' == 'last' + "test_get_last_item_multiple_items_with_torch_queue" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ # RuntimeError: Failed to initialize cpuinfo!