You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2017/10/07 14:47:13 UTC

juddi git commit: JUDDI-978 temporarily disabling the replication tests

Repository: juddi
Updated Branches:
  refs/heads/master b09a6fb77 -> aae2b6f30


JUDDI-978 temporarily disabling the replication tests


Project: http://git-wip-us.apache.org/repos/asf/juddi/repo
Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/aae2b6f3
Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/aae2b6f3
Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/aae2b6f3

Branch: refs/heads/master
Commit: aae2b6f303baf47b675f1722845ef4d39347d99f
Parents: b09a6fb
Author: Alex O'Ree <al...@apache.org>
Authored: Sat Oct 7 10:47:10 2017 -0400
Committer: Alex O'Ree <al...@apache.org>
Committed: Sat Oct 7 10:47:10 2017 -0400

----------------------------------------------------------------------
 .../apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juddi/blob/aae2b6f3/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java
----------------------------------------------------------------------
diff --git a/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java
index e52e58c..e636f14 100644
--- a/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java
+++ b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java
@@ -322,6 +322,7 @@ public class JUDDI_300_MultiNodeIntegrationTest {
          * @throws Exception
          */
         @Test
+        @Ignore
         public void testMultiNodeBusinessCustodyTransfer() throws Exception {
                 logger.info("testMultiNodeBusinessCustodyTransfer");
                 try {
@@ -474,7 +475,7 @@ public class JUDDI_300_MultiNodeIntegrationTest {
          * @throws Exception
          */
         @Test
-        // @Ignore
+        @Ignore
         public void testReplicationTModelBusinessPublisherAssertionAddDelete() throws Exception {
                 Assume.assumeTrue(TckPublisher.isReplicationEnabled());
                 Assume.assumeTrue(TckPublisher.isJUDDI());
@@ -763,6 +764,7 @@ public class JUDDI_300_MultiNodeIntegrationTest {
          * @throws Exception
          */
         @Test
+        @Ignore
         public void testReplicationServiceBindingAddRemove() throws Exception {
                 Assume.assumeTrue(TckPublisher.isReplicationEnabled());
                 Assume.assumeTrue(TckPublisher.isJUDDI());


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org