From b9b63bd5c99f57a9aaaa63096f6dcd4f241babc9 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 11 Jun 2026 10:14:57 +0000 Subject: [PATCH] python3Packages.torchaudio: skip failing (flaky) tests on aarch64-linux --- pkgs/development/python-modules/torchaudio/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/torchaudio/default.nix b/pkgs/development/python-modules/torchaudio/default.nix index cfab02afb365..2f67d4c0e8f5 100644 --- a/pkgs/development/python-modules/torchaudio/default.nix +++ b/pkgs/development/python-modules/torchaudio/default.nix @@ -133,6 +133,10 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: { "test_batch_pitch_shift" "test_batch_spectrogram" "test_griffinlim_0_99" + + # RuntimeError: illegal immediate parameter (range error) + "test_lfilter_shape_4" + "test_lfilter_shape_6" ] ++ lib.optionals hostPlatform.isDarwin [ # AssertionError: Tensor-likes are not close!