mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qemu: Disable a flaky io test.
* gnu/packages/virtualization.scm (qemu) [phases] {disable-unusable-tests}: Delete tests/qemu-iotests/161 test file. Change-Id: I45cfaa28f5910e43ecf8063fa0390444518e357e
This commit is contained in:
parent
372802fe9a
commit
1cc5c8f2c8
1 changed files with 4 additions and 1 deletions
|
@ -358,7 +358,10 @@
|
||||||
(("\\['ahci-test'\\]") "[]"))
|
(("\\['ahci-test'\\]") "[]"))
|
||||||
;; This test appears to be flaky as well, probably resulting
|
;; This test appears to be flaky as well, probably resulting
|
||||||
;; from a race condition.
|
;; from a race condition.
|
||||||
(delete-file "tests/qemu-iotests/tests/copy-before-write")))
|
(delete-file "tests/qemu-iotests/tests/copy-before-write")
|
||||||
|
;; This test fails non-deterministically (see:
|
||||||
|
;; https://gitlab.com/qemu-project/qemu/-/issues/2867).
|
||||||
|
(delete-file "tests/qemu-iotests/161")))
|
||||||
#$@(cond
|
#$@(cond
|
||||||
((target-riscv64?)
|
((target-riscv64?)
|
||||||
#~((add-after 'unpack 'disable-some-tests
|
#~((add-after 'unpack 'disable-some-tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue