[java-shib-attribute] branch dev/JSATTR-51 updated: JSATTR-51 Debug
Codeberg
noreply at shibboleth.net
Sun Aug 2 14:41:34 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch dev/JSATTR-51
in repository java-shib-attribute.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-attribute/commit/c5f3bce0d41f960542c8525c32fc439683b15921
The following commit(s) were added to refs/heads/dev/JSATTR-51 by this push:
new c5f3bce0d JSATTR-51 Debug
c5f3bce0d is described below
commit c5f3bce0d41f960542c8525c32fc439683b15921
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Aug 2 15:43:05 2026 +0100
JSATTR-51 Debug
turn off the HTTP tests
---
.../resolver/spring/dc/http/impl/HTTPDataConnectorParserTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/impl/HTTPDataConnectorParserTest.java b/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/impl/HTTPDataConnectorParserTest.java
index 7c89346d6..1d8b8be6f 100644
--- a/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/impl/HTTPDataConnectorParserTest.java
+++ b/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/impl/HTTPDataConnectorParserTest.java
@@ -42,6 +42,7 @@ import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeClass;
+import org.testng.annotations.Ignore;
import org.testng.annotations.Test;
import com.google.common.cache.Cache;
@@ -61,6 +62,7 @@ import net.shibboleth.shared.testing.EmbeddedJetty;
/** Test for {@link HTTPDataConnectorParser}. */
@SuppressWarnings("javadoc")
+ at Ignore
public class HTTPDataConnectorParserTest {
@Nonnull private static final String TEST_URL = "https://localhost:8443/test.json";
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list