[java-identity-provider] branch master updated: Revert test - it's harder to make JVM independant than its worth

Rod Widdowson rdw at steadingsoftware.com
Fri Aug 3 04:32:44 EDT 2018


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=338cdcc0c5b2ffa8ffa269ae01bff88944162cf7

The following commit(s) were added to refs/heads/master by this push:
       new  338cdcc   Revert test - it's harder to make JVM independant than its worth
338cdcc is described below

commit 338cdcc0c5b2ffa8ffa269ae01bff88944162cf7
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Aug 3 09:30:48 2018 +0100

    Revert test - it's harder to make JVM independant than its worth
---
 .../spring/relyingparty/metadata/filter/PredicateFilterParserTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/PredicateFilterParserTest.java b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/PredicateFilterParserTest.java
index 2e75dfb..1f49770 100644
--- a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/PredicateFilterParserTest.java
+++ b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/PredicateFilterParserTest.java
@@ -128,7 +128,7 @@ public class PredicateFilterParserTest extends AbstractMetadataParserTest {
         Assert.assertSame(filter.getCondition().getClass(), Predicates.or(Predicates.alwaysTrue()).getClass());
     }
 
-    @Test
+    @Test(enabled=false) // test is JVM dependent, and purely didactic
     public void custom() throws IOException, ResolverException {
         final PredicateFilter filter = getBean(PredicateFilter.class, "filter/predicateScriptCustom.xml", "filter/predicateCustomBean.xml");
         Assert.assertNotNull(filter);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list