[java-identity-provider] branch maint-3.4 updated: Re-disable originally disabled test.
Scott Cantor
cantor.2 at osu.edu
Wed Dec 26 14:02:01 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bab7574c62a0957693c378b9c767fbf7148881b0
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new bab7574 Re-disable originally disabled test.
bab7574 is described below
commit bab7574c62a0957693c378b9c767fbf7148881b0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 26 14:01:59 2018 -0500
Re-disable originally disabled test.
---
.../attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java b/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java
index a734470..b8e605f 100644
--- a/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java
+++ b/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/http/HTTPDataConnectorParserTest.java
@@ -314,7 +314,8 @@ public class HTTPDataConnectorParserTest {
Assert.assertTrue(connector.getResultsCache().size() == 1);
}
- @Test public void v2ConfigPOST() throws Exception {
+ @Test(enabled=false)
+ public void v2ConfigPOST() throws Exception {
final MockPropertySource propSource = singletonPropertySource("serviceURL", "https://shibboleth.net/cgi-bin/_frobnitz.cgi");
propSource.setProperty("serviceBody",
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list