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

* gnu/packages/virtualization.scm (qemu)[arguments]: Adjust the
'disable-some-tests phase to skip another test.

Change-Id: Ia781e0514898f95042064416d059a7ff9bc75c52
This commit is contained in:
Efraim Flashner 2024-09-30 09:58:58 +03:00
parent f653a07bb8
commit cb4f96a3db
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -358,7 +358,10 @@ (define-public qemu
;; No 'PCI' bus found for device 'virtio-scsi-pci'
(delete-file "tests/qemu-iotests/127")
(delete-file "tests/qemu-iotests/267"))))
(delete-file "tests/qemu-iotests/267")
;; This test takes too long.
(delete-file "tests/qemu-iotests/tests/iothreads-stream"))))
'())
(add-after 'patch-source-shebangs 'patch-embedded-shebangs
(lambda* (#:key native-inputs inputs #:allow-other-keys)