guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62472] [PATCH 2/2] gnu: conan: Remove test_token_expired test.


From: ROCKTAKEY
Subject: [bug#62472] [PATCH 2/2] gnu: conan: Remove test_token_expired test.
Date: Mon, 27 Mar 2023 17:18:03 +0900

* gnu/packages/package-management.scm (conan): Remove test_token_expired test.
---
 gnu/packages/package-management.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index e5048c95d6..bcd072a442 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1219,6 +1219,8 @@ (define system ,(or (%current-target-system)
                         ;; 
https://lore.kernel.org/git/xmqq4jw1uku5.fsf@gitster.g/T/#u
                         "and not test_submodule "
                         "and not test_clone_submodule_git "
+                        ;; FIXME: Sometimes failed due to logging in problem 
on "conan upload"
+                        "and not test_token_expired "
                         (if (not (string-prefix? "x86_64" system))
                             ;; These tests either assume the machine is
                             ;; x86_64, or require a cross-compiler to target
-- 
2.39.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]