From 423669fa8631a08c0fa8b780790abc75dcc17a7c Mon Sep 17 00:00:00 2001 From: Richard Achmatowicz Date: Wed, 17 May 2017 09:22:13 -0400 Subject: [PATCH] [EJBCLIENT-225] Reinstante ingnored test cases post EJBCLIENT-216. --- .../org/jboss/ejb/client/test/ClusteredInvocationTestCase.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/java/org/jboss/ejb/client/test/ClusteredInvocationTestCase.java b/src/test/java/org/jboss/ejb/client/test/ClusteredInvocationTestCase.java index 10982b31f..c0eaa5e40 100644 --- a/src/test/java/org/jboss/ejb/client/test/ClusteredInvocationTestCase.java +++ b/src/test/java/org/jboss/ejb/client/test/ClusteredInvocationTestCase.java @@ -117,7 +117,6 @@ public void testConfiguredConnections() { /** * Test a basic invocation on clustered SLSB */ - @Ignore("Remove when EJBCLIENT-216 is merged") @Test public void testClusteredSLSBInvocation() { logger.info("Testing invocation on SLSB proxy with ClusterAffinity"); @@ -140,7 +139,6 @@ public void testClusteredSLSBInvocation() { /** * Test a basic invocation on clustered SFSB */ - @Ignore("Remove when EJBCLIENT-216 is merged") @Test public void testClusteredSFSBInvocation() { logger.info("Testing invocation on SFSB proxy with ClusterAffinity");