python3Packages.brax: disable flaky test

discovered in https://github.com/NixOS/nixpkgs/pull/517007#issuecomment-4382896235
This commit is contained in:
Peder Bergebakken Sundt
2026-05-06 00:35:37 +02:00
parent 53451ffca0
commit 910d13e4af
@@ -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 = [