[java-support] branch main updated: Ignore DDF tests for now pending Windows investigation.

Scott Cantor cantor.2 at osu.edu
Thu Jul 7 16:26:29 UTC 2022


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

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

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

The following commit(s) were added to refs/heads/main by this push:
     new 44d8089  Ignore DDF tests for now pending Windows investigation.
44d8089 is described below

commit 44d808905ba18fa683ad7475a721f494d07b8977
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 7 12:26:26 2022 -0400

    Ignore DDF tests for now pending Windows investigation.
---
 .../java/net/shibboleth/utilities/java/support/ddf/DDFSupportTest.java  | 2 ++
 src/test/java/net/shibboleth/utilities/java/support/ddf/DDFTest.java    | 2 ++
 .../utilities/java/support/ddf/RemotedHttpServletRequestTest.java       | 2 ++
 .../utilities/java/support/ddf/RemotedHttpServletResponseTest.java      | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/src/test/java/net/shibboleth/utilities/java/support/ddf/DDFSupportTest.java b/src/test/java/net/shibboleth/utilities/java/support/ddf/DDFSupportTest.java
index d595ce7..382b09b 100644
--- a/src/test/java/net/shibboleth/utilities/java/support/ddf/DDFSupportTest.java
+++ b/src/test/java/net/shibboleth/utilities/java/support/ddf/DDFSupportTest.java
@@ -25,6 +25,7 @@ import javax.annotation.Nullable;
 import org.testng.Assert;
 import org.testng.annotations.AfterClass;
 import org.testng.annotations.BeforeClass;
+import org.testng.annotations.Ignore;
 import org.testng.annotations.Test;
 import org.w3c.dom.Document;
 
@@ -35,6 +36,7 @@ import net.shibboleth.utilities.java.support.xml.XMLParserException;
 /**
  * Unit test for {@link DDFSupport}.
  */
+ at Ignore
 public class DDFSupportTest {
     
     @Nullable private BasicParserPool parserPool;
diff --git a/src/test/java/net/shibboleth/utilities/java/support/ddf/DDFTest.java b/src/test/java/net/shibboleth/utilities/java/support/ddf/DDFTest.java
index bbaf33e..086697f 100644
--- a/src/test/java/net/shibboleth/utilities/java/support/ddf/DDFTest.java
+++ b/src/test/java/net/shibboleth/utilities/java/support/ddf/DDFTest.java
@@ -27,6 +27,7 @@ import java.io.UnsupportedEncodingException;
 
 import javax.annotation.Nonnull;
 
+import org.testng.annotations.Ignore;
 import org.testng.annotations.Test;
 
 import net.shibboleth.utilities.java.support.collection.Pair;
@@ -34,6 +35,7 @@ import net.shibboleth.utilities.java.support.collection.Pair;
 /**
  * DDF unit tests.
  */
+ at Ignore
 public class DDFTest {
 
     @Test
diff --git a/src/test/java/net/shibboleth/utilities/java/support/ddf/RemotedHttpServletRequestTest.java b/src/test/java/net/shibboleth/utilities/java/support/ddf/RemotedHttpServletRequestTest.java
index 6061e0d..255d8d2 100644
--- a/src/test/java/net/shibboleth/utilities/java/support/ddf/RemotedHttpServletRequestTest.java
+++ b/src/test/java/net/shibboleth/utilities/java/support/ddf/RemotedHttpServletRequestTest.java
@@ -25,12 +25,14 @@ import java.util.List;
 import jakarta.servlet.http.Cookie;
 
 import org.testng.annotations.BeforeMethod;
+import org.testng.annotations.Ignore;
 import org.testng.annotations.Test;
 import org.testng.reporters.Files;
 
 /**
  * Unit test for {@link RemotedHttpServletRequest}.
  */
+ at Ignore
 public class RemotedHttpServletRequestTest {
     
     private DDF obj;
diff --git a/src/test/java/net/shibboleth/utilities/java/support/ddf/RemotedHttpServletResponseTest.java b/src/test/java/net/shibboleth/utilities/java/support/ddf/RemotedHttpServletResponseTest.java
index 491be88..5853dac 100644
--- a/src/test/java/net/shibboleth/utilities/java/support/ddf/RemotedHttpServletResponseTest.java
+++ b/src/test/java/net/shibboleth/utilities/java/support/ddf/RemotedHttpServletResponseTest.java
@@ -28,11 +28,13 @@ import java.util.Set;
 import jakarta.servlet.http.Cookie;
 
 import org.testng.annotations.BeforeMethod;
+import org.testng.annotations.Ignore;
 import org.testng.annotations.Test;
 
 /**
  * Unit test for {@link RemotedHttpServletResponse}.
  */
+ at Ignore
 public class RemotedHttpServletResponseTest {
     
     private DDF obj;

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


More information about the commits mailing list