[java-shib-attribute] branch main updated: More JSSH-71 debugging. Turn off some more tests

Codeberg noreply at shibboleth.net
Thu Jul 30 10:44:17 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-shib-attribute.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-attribute/commit/03f693499d84196b34d4827f5cb77e470dde0fe6

The following commit(s) were added to refs/heads/main by this push:
     new 03f693499 More JSSH-71 debugging.  Turn off some more tests
03f693499 is described below

commit 03f693499d84196b34d4827f5cb77e470dde0fe6
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 30 11:45:39 2026 +0100

    More JSSH-71 debugging.  Turn off some more tests
---
 .../idp/attribute/resolver/spring/AttributeResolverTest.java          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java b/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java
index 5dc311d14..b2b3c4f25 100644
--- a/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java
+++ b/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java
@@ -166,7 +166,7 @@ public class AttributeResolverTest extends OpenSAMLInitBaseTestCase {
         helper(false);
     }
     
-    @Test(enabled = true) public void serviceNullStrip() throws ComponentInitializationException, ServiceException, ResolutionException {
+    @Test(enabled = false) public void serviceNullStrip() throws ComponentInitializationException, ServiceException, ResolutionException {
         helper(true);
     }
 
@@ -391,7 +391,7 @@ public class AttributeResolverTest extends OpenSAMLInitBaseTestCase {
         Files.delete(p);
     }
 
-    @Test(enabled = true) public void mappedTemplate() throws Exception {
+    @Test(enabled = false) public void mappedTemplate() throws Exception {
         final ReloadableService<AttributeResolver> attributeResolverService = getResolver("net/shibboleth/idp/attribute/resolver/spring/mappedTemplateService.xml");
 
         attributeResolverService.initialize();

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


More information about the commits mailing list