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 <[email protected]> Authored: Sat Oct 7 10:47:10 2017 -0400 Committer: Alex O'Ree <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
