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!