python3Packages.torchaudio: skip failing (flaky) tests on aarch64-linux (#530683)
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user