From 910d13e4af5442a55c7366d2466fffc67e2fc3eb Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Wed, 6 May 2026 00:35:37 +0200 Subject: [PATCH] python3Packages.brax: disable flaky test discovered in https://github.com/NixOS/nixpkgs/pull/517007#issuecomment-4382896235 --- pkgs/development/python-modules/brax/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/brax/default.nix b/pkgs/development/python-modules/brax/default.nix index d74a839c505a..49ff253f84d1 100644 --- a/pkgs/development/python-modules/brax/default.nix +++ b/pkgs/development/python-modules/brax/default.nix @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, - stdenv, # build-system hatchling, @@ -108,11 +107,12 @@ buildPythonPackage (finalAttrs: { "test_convex_convex" "test_dumps" "test_dumps_invalidstate_raises" - ] - ++ lib.optionals stdenv.hostPlatform.isAarch64 [ + # Flaky: # AssertionError: Array(-0.00135638, dtype=float32) != 0.0 within 0.001 delta (Array(0.00135638, dtype=float32) difference) "test_pendulum_period2" + # AssertionError: Array(837.4592, dtype=float32) not greater than 990.0 + "testSpeed1" ]; disabledTestPaths = [