guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit f1f942b0fc32fba3ac28223e892c87c5ebdc47a4
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon May 4 01:13:49 2026 +0200
gnu: oauth2l: Disable additional failing tests.
* gnu/packages/authentication.scm (oauth2l)[arguments]
<#:test-flags>: Disable additional failing tests.
Merges: guix/guix!8353
Change-Id: Iff8cdb43fba1c2e2ebe3622debe77185f5b64a7d
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/authentication.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm
index c5ad792a30..a141078004 100644
--- a/gnu/packages/authentication.scm
+++ b/gnu/packages/authentication.scm
@@ -152,8 +152,10 @@ PSKC (RFC6030) to manage secret key data.")
(list "Test2LOFlow/curl._2lo"
"Test3LOFlow/curl._3lo"
"Test3LOFlow/fetch._3lo_cached"
+ "Test3LOFlow/fetch._3lo_insert_expired_token_into_cache"
"Test3LOLoopbackFlow/curl._3lo_loopback"
"Test3LOLoopbackFlow/fetch._3lo_loopback_cached"
+
"Test3LOLoopbackFlow/fetch._3lo_loopback_insert_expired_token_into_cache"
"TestCLI/info._invalid_token"
"TestSSOFlow/fetch._sso"
"TestSSOFlow/fetch._sso._old_interface"