summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-05-04 01:13:49 +0200
committerAndreas Enge <andreas@enge.fr>2026-06-03 22:00:38 +0200
commit1724d24ed91ae05234ad10c99aea262e609d0c68 (patch)
tree2786996c25cbdb1cc3007c3e0b3a4e34af313577 /gnu
parente4d94e5bf01df8dccd49f7754825580438f1824c (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/authentication.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm
index c5ad792a303..a141078004c 100644
--- a/gnu/packages/authentication.scm
+++ b/gnu/packages/authentication.scm
@@ -152,8 +152,10 @@ PSKC (RFC6030) to manage secret key data.")
152 (list "Test2LOFlow/curl._2lo" 152 (list "Test2LOFlow/curl._2lo"
153 "Test3LOFlow/curl._3lo" 153 "Test3LOFlow/curl._3lo"
154 "Test3LOFlow/fetch._3lo_cached" 154 "Test3LOFlow/fetch._3lo_cached"
155 "Test3LOFlow/fetch._3lo_insert_expired_token_into_cache"
155 "Test3LOLoopbackFlow/curl._3lo_loopback" 156 "Test3LOLoopbackFlow/curl._3lo_loopback"
156 "Test3LOLoopbackFlow/fetch._3lo_loopback_cached" 157 "Test3LOLoopbackFlow/fetch._3lo_loopback_cached"
158 "Test3LOLoopbackFlow/fetch._3lo_loopback_insert_expired_token_into_cache"
157 "TestCLI/info._invalid_token" 159 "TestCLI/info._invalid_token"
158 "TestSSOFlow/fetch._sso" 160 "TestSSOFlow/fetch._sso"
159 "TestSSOFlow/fetch._sso._old_interface" 161 "TestSSOFlow/fetch._sso._old_interface"