[java-identity-provider] branch main updated: IDP-1852 - Disable failing test
Ian Young
ian at iay.org.uk
Fri Aug 13 13:04:23 UTC 2021
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=248345cbae59123e6afb37bfed1029b7e8a96743
The following commit(s) were added to refs/heads/main by this push:
new 248345cba IDP-1852 - Disable failing test
248345cba is described below
commit 248345cbae59123e6afb37bfed1029b7e8a96743
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Aug 13 14:04:18 2021 +0100
IDP-1852 - Disable failing test
https://shibboleth.atlassian.net/browse/IDP-1852
---
.../relyingparty/metadata/DynamicHTTPMetadataProviderParserTest.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/DynamicHTTPMetadataProviderParserTest.java b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/DynamicHTTPMetadataProviderParserTest.java
index 67ac01145..859c6c930 100644
--- a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/DynamicHTTPMetadataProviderParserTest.java
+++ b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/DynamicHTTPMetadataProviderParserTest.java
@@ -213,7 +213,8 @@ public class DynamicHTTPMetadataProviderParserTest extends AbstractMetadataParse
Assert.assertEquals(resolver.getRequestURLBuilder().getClass(), HTTPEntityIDRequestURLBuilder.class);
}
- @Test
+ // Test disabled due to target site being unavailable, see IDP-1852
+ @Test(enabled=false)
public void testWellKnown() throws Exception {
final FunctionDrivenDynamicHTTPMetadataResolver resolver = getBean(FunctionDrivenDynamicHTTPMetadataResolver.class,
"dynamicWellKnown.xml", "beans.xml");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list