python3Packages.torchaudio: skip the most time-consuming tests

This commit is contained in:
Gaetan Lepage
2026-06-29 20:00:26 +00:00
parent 6815aed979
commit 095ff77a5c
@@ -126,6 +126,8 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
# Very long to run
"AutogradCPUTest"
"TestAutogradLfilterCPU"
"TestWav2Vec2Model"
]
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
# AssertionError: Tensor-likes are not close!