[java-opensaml] branch main updated: Disable test, we have other fish to fry right now.

Scott Cantor cantor.2 at osu.edu
Mon Nov 6 16:02:01 UTC 2023


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

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

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

The following commit(s) were added to refs/heads/main by this push:
     new c5bfcf07f Disable test, we have other fish to fry right now.
c5bfcf07f is described below

commit c5bfcf07fc111e330fa80f47c2d01b3f64bb7e0d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 11:01:57 2023 -0500

    Disable test, we have other fish to fry right now.
---
 .../saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java
index 4e7fc0a76..443268dfc 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java
@@ -418,7 +418,7 @@ public class FileBackedHTTPMetadataResolverTest extends XMLObjectBaseTestCase {
      * 
      * @throws Exception if something goes wrong
      */
-    @Test
+    @Test(enabled=false)
     public void testNoBackupFileLoadWhenMetadataCached() throws Exception {
         try (FileOutputStream backupFileOutputStream = new FileOutputStream(backupFile)) {
             Resources.copy(Resources.getResource(relativeMDResource), backupFileOutputStream);

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


More information about the commits mailing list