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 Mar 7, 2016
1 parent bd095b9 commit e4ffd4a
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -64,7 +64,6 @@
import org.jboss.shrinkwrap.api.asset.StringAsset;
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 @@ -289,7 +288,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 e4ffd4a

Please sign in to comment.