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:
parent
beec255338
commit
f8c6cc02ee
1 changed files with 2 additions and 0 deletions
|
@ -1386,6 +1386,8 @@ (define system #$(or (%current-target-system)
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue