python312Packages.torchrl: add a better comment for skipped test

This commit is contained in:
Gaetan Lepage
2025-01-15 10:45:33 +01:00
parent 72517a32f4
commit 1276ef2a55
@@ -175,7 +175,8 @@ buildPythonPackage rec {
"test_gae_param_as_tensor"
]
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
# Flaky (AssertionError)
# Flaky
# AssertionError: assert tensor([51.]) == ((5 * 11) + 2)
"test_vecnorm_parallel_auto"
];