python3Packages.torchaudio: skip failing (flaky) tests on aarch64-linux (#530683)

This commit is contained in:
Nick Cao 2026-06-11 20:25:12 +00:00 committed by GitHub
commit b39d236a90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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!