2023-10-23 07:59:51 +00:00
committed by Git OBS Bridge
parent ec8c709b58
commit 6ea2bacd6f

View File

@@ -104,7 +104,7 @@ donttest="test_display"
# fails with current Tumbleweed
donttest+=" or test_pyin_multi_center"
# Overflow on 32-bit
%ifnarch x86_64 aarch64
%ifnarch x86_64 aarch64 ppc64le
donttest+=" or test_tempo or test_hybrid_cqt or test_stft_winsizes"
donttest+=" or test_istft_reconstruction or test_trim"
donttest+=" or test_multichannel"
@@ -120,6 +120,10 @@ donttest+=" or (test_rms and (4096 or 4097))"
%endif
%ifarch aarch64
donttest+=" or test_piptrack_errors"
donttest+=" or test_match_events_onesided"
%endif
%ifarch ppc64le
donttest+=" or test_cqt"
%endif
# Flaky segfaults when run in parallel, upstream does not test with xdist
notparallel="test_piptrack"