diff mbox series

[bug#69959,gnome-team] gnu: conan: Disable flaky test.

Message ID 5cad0d44fa1402ce6cc90177122eb9ac7c5fa9fe.1711187062.git.vivien@planete-kraus.eu
State New
Headers show
Series [bug#69959,gnome-team] gnu: conan: Disable flaky test. | expand

Commit Message

Vivien Kraus March 23, 2024, 9:43 a.m. UTC
* gnu/packages/package-management.scm (conan) [#:phase 'check]: Also disable
test_basic_parallel_install.

Change-Id: I405246aa102cc2847ac157576dce5c46aa49b506
---
Dear Guix,

I reported the issue and disabled the test.

What do you think?

Best regards,

Vivien

 gnu/packages/package-management.scm | 2 ++
 1 file changed, 2 insertions(+)


base-commit: a9951a74a591a9b22ee2d93d8efe0523c6c42c97

Comments

Christopher Baines March 24, 2024, 10:29 a.m. UTC | #1
Vivien Kraus via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/package-management.scm (conan) [#:phase 'check]: Also disable
> test_basic_parallel_install.
>
> Change-Id: I405246aa102cc2847ac157576dce5c46aa49b506
> ---
> Dear Guix,
>
> I reported the issue and disabled the test.
>
> What do you think?

Sounds good to me, I've pushed this to gnome-team as
f8c6cc02eeff8142a9202009698b89b308a5a245.

Thanks,

Chris
diff mbox series

Patch

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index e9dd7427d3..8fb53fd357 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1386,6 +1386,8 @@  (define-public conan
                          ;; 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