gnu: rust: Skip another test on riscv64-linux.

* gnu/packages/rust.scm (rust)[arguments]: When building for
riscv64-linux skip another test.

Change-Id: I29654d0c2f7a62a8a0e5beeea3bc899510cedc71
This commit is contained in:
Efraim Flashner 2024-03-18 11:17:09 +02:00
parent 5ffa759dd6
commit 25421f3719
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1141,7 +1141,8 @@ (define-public rust
'("fn uplift_dwp_of_bin_on_linux")))
(substitute* "cache_lock.rs"
,@(make-ignore-test-list
'("fn multiple_download")))))))
'("fn multiple_download"
"fn download_then_mutate")))))))
`())
(add-after 'unpack 'disable-tests-broken-on-aarch64
(lambda _