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 @@ | ||||||
|               (substitute* "tests/qtest/meson.build" |               (substitute* "tests/qtest/meson.build" | ||||||
|                 ;; These tests fail to get the expected number of tests |                 ;; These tests fail to get the expected number of tests | ||||||
|                 ;; on arm platforms. |                 ;; 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?) |           #$@(if (target-riscv64?) | ||||||
|                  '((add-after 'unpack 'disable-some-tests |                  '((add-after 'unpack 'disable-some-tests | ||||||
|                      (lambda _ |                      (lambda _ | ||||||
|  |  | ||||||
		Reference in a new issue