gnu: conan: Disable flaky test.

* gnu/packages/package-management.scm (conan)[#:phase]<check>: Also disable
test_basic_parallel_install.

Change-Id: I405246aa102cc2847ac157576dce5c46aa49b506
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Vivien Kraus 2024-03-23 10:43:15 +01:00 committed by Christopher Baines
parent beec255338
commit f8c6cc02ee
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 0 deletions

View File

@ -1386,6 +1386,8 @@ tools_locations = {
;; https://github.com/conan-io/conan/issues/13577).
"and not test_other_client_can_link_autotools "
"and not test_autotools_lib_template "
;; Sometimes fail: https://github.com/conan-io/conan/issues/15936
"and not test_basic_parallel_install "
(if (not (string-prefix? "x86_64" system))
;; These tests either assume the machine is
;; x86_64, or require a cross-compiler to target