Skip to content

Commit

Permalink
WFLY-3532 Reenable RemoteFailoverTestCase stabilized by graceful shut…
Browse files Browse the repository at this point in the history
…down arquillian support
  • Loading branch information
rhusar committed Feb 3, 2016
1 parent 69aceb1 commit c92a8aa
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -58,7 +58,6 @@
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -282,7 +281,6 @@ public void testStatefulFailover() throws Exception {

@InSequence(3)
@Test
@Ignore("WFLY-3532")
public void testConcurrentFailover() throws Exception {
ContextSelector<EJBClientContext> selector = EJBClientContextSelector.setup(CLIENT_PROPERTIES);
try (EJBDirectory directory = new RemoteEJBDirectory(MODULE_NAME)) {
Expand Down

0 comments on commit c92a8aa

Please sign in to comment.