[java-identity-provider] branch maint-4.1 updated: IDP-1852 - Disable failing test
Rod Widdowson
rdw at steadingsoftware.com
Sat Aug 14 16:07:51 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-4.1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=efd69f3e9399a8bd1d5634986217dffc21af04af
The following commit(s) were added to refs/heads/maint-4.1 by this push:
new efd69f3e9 IDP-1852 - Disable failing test
efd69f3e9 is described below
commit efd69f3e9399a8bd1d5634986217dffc21af04af
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