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:
Maxim Cournoyer 2025-03-18 10:28:53 +09:00
parent 372802fe9a
commit 1cc5c8f2c8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -358,7 +358,10 @@
(("\\['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")))
(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
((target-riscv64?)
#~((add-after 'unpack 'disable-some-tests