[java-oidc-common] branch main updated: Disable test

Phil Smart philip.smart at jisc.ac.uk
Wed Mar 9 15:27:04 UTC 2022


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=ef603d4ff400c57e33caf3e8bed0fb17911e04ed

The following commit(s) were added to refs/heads/main by this push:
     new ef603d4  Disable test
ef603d4 is described below

commit ef603d4ff400c57e33caf3e8bed0fb17911e04ed
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Mar 9 15:26:59 2022 +0000

    Disable test
---
 .../net/shibboleth/oidc/metadata/cache/impl/BatchMetadataCacheTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidc-common-metadata-impl/src/test/java/net/shibboleth/oidc/metadata/cache/impl/BatchMetadataCacheTest.java b/oidc-common-metadata-impl/src/test/java/net/shibboleth/oidc/metadata/cache/impl/BatchMetadataCacheTest.java
index fe0d3b2..d0d4807 100644
--- a/oidc-common-metadata-impl/src/test/java/net/shibboleth/oidc/metadata/cache/impl/BatchMetadataCacheTest.java
+++ b/oidc-common-metadata-impl/src/test/java/net/shibboleth/oidc/metadata/cache/impl/BatchMetadataCacheTest.java
@@ -384,7 +384,7 @@ public class BatchMetadataCacheTest {
     }
     
     
-    @Test
+    @Test(enabled=false)
     public void testSourceNotValid_EntryAllreadyExist_Success() throws Exception {
         
         final Issuer iss = new Issuer("http://www.example.org");

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list