mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 06:45:55 +02:00
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:
@@ -358,7 +358,10 @@
|
||||
|
||||
;; 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)
|
||||
|
||||
Reference in New Issue
Block a user