From 218987f84dfbdee27b037aae15b2fdb959bc0924 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 4 May 2026 01:13:49 +0200 Subject: [PATCH] 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 --- gnu/packages/authentication.scm | 2 ++ 1 file changed, 2 insertions(+) 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.") (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"