mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.torchaudio: skip failing (flaky) tests on aarch64-linux (#530683)
This commit is contained in:
commit
b39d236a90
1 changed files with 4 additions and 0 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue