[java-shib-attribute] branch main updated: More JSSH-71 debugging. Turn off all tests
Codeberg
noreply at shibboleth.net
Thu Jul 30 12:36:16 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/4c61f8ae9fc2509de383718cb6827ff1f10a4b6f
The following commit(s) were added to refs/heads/main by this push:
new 4c61f8ae9 More JSSH-71 debugging. Turn off all tests
4c61f8ae9 is described below
commit 4c61f8ae9fc2509de383718cb6827ff1f10a4b6f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 30 13:37:39 2026 +0100
More JSSH-71 debugging. Turn off all 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 b2b3c4f25..4978d61be 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
@@ -442,7 +442,7 @@ public class AttributeResolverTest extends OpenSAMLInitBaseTestCase {
assertTrue(resolutionContext.getResolvedIdPAttributes().isEmpty());
}
- @Test(enabled = true) public void preResolve() throws ResolutionException, ComponentInitializationException {
+ @Test(enabled = false) public void preResolve() throws ResolutionException, ComponentInitializationException {
final GenericApplicationContext context = new GenericApplicationContext();
setTestContext(context);
context.setDisplayName("ApplicationContext: " + AttributeResolverTest.class);
@@ -482,7 +482,7 @@ public class AttributeResolverTest extends OpenSAMLInitBaseTestCase {
assertEquals(postOnly.getValues().get(0).getDisplayValue(), "preOnly");
}
- @Test(enabled = true) public void selectiveNavigate() throws ResolutionException, ComponentInitializationException {
+ @Test(enabled = false) public void selectiveNavigate() throws ResolutionException, ComponentInitializationException {
final GenericApplicationContext context = new GenericApplicationContext();
setTestContext(context);
context.setDisplayName("ApplicationContext: " + AttributeResolverTest.class);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list