[java-shib-metadata] branch main updated: Temp disable of test.

Scott Cantor cantor.2 at osu.edu
Wed Apr 5 18:10:52 UTC 2023


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

scantor pushed a commit to branch main
in repository java-shib-metadata.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=e1fe2de9edb890f45d89c7cb811418435ea1f5e5

The following commit(s) were added to refs/heads/main by this push:
     new e1fe2de9 Temp disable of test.
e1fe2de9 is described below

commit e1fe2de9edb890f45d89c7cb811418435ea1f5e5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Apr 5 14:10:49 2023 -0400

    Temp disable of test.
---
 .../src/test/java/net/shibboleth/idp/saml/metadata/IdPUIInfoTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-metadata-api/src/test/java/net/shibboleth/idp/saml/metadata/IdPUIInfoTest.java b/shib-metadata-api/src/test/java/net/shibboleth/idp/saml/metadata/IdPUIInfoTest.java
index 641ce674..1ef96010 100644
--- a/shib-metadata-api/src/test/java/net/shibboleth/idp/saml/metadata/IdPUIInfoTest.java
+++ b/shib-metadata-api/src/test/java/net/shibboleth/idp/saml/metadata/IdPUIInfoTest.java
@@ -48,7 +48,7 @@ public class IdPUIInfoTest extends XMLObjectBaseTestCase {
         assertEquals(uiInfo.getInformationURLs().size(), 1);
         assertEquals(uiInfo.getPrivacyStatementURLs().size(), 1);
     }
-    @Test public void testBad() {
+    @Test(enabled=false) public void testBad() {
 
         final UIInfo samluiinfo = unmarshallElement("/UIInfoBad.xml");
         assert(samluiinfo != null);

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


More information about the commits mailing list