mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: qemu: Disable more tests.
* gnu/packages/virtualization.scm (qemu)[disable-unusable-tests]: Also disable qtest/ahci-test and qemu-iotests/copy-before-write.
This commit is contained in:
parent
9a481e0504
commit
682d5f4ac0
1 changed files with 7 additions and 1 deletions
|
@ -305,7 +305,13 @@ (define-public qemu
|
|||
(substitute* "tests/qtest/meson.build"
|
||||
;; These tests fail to get the expected number of tests
|
||||
;; on arm platforms.
|
||||
(("'arm-cpu-features',") ""))))
|
||||
(("'arm-cpu-features',") "")
|
||||
;; This test is known to be flaky.
|
||||
;; See <https://gitlab.com/qemu-project/qemu/-/issues/2121>.
|
||||
(("\\['ahci-test'\\]") "[]"))
|
||||
;; This test appears to be flaky as well, probably resulting
|
||||
;; from a race condition.
|
||||
(delete-file "tests/qemu-iotests/tests/copy-before-write")))
|
||||
#$@(if (target-riscv64?)
|
||||
'((add-after 'unpack 'disable-some-tests
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue