mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
f653a07bb8
commit
cb4f96a3db
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue