Skip to content

Commit

Permalink
WFLY-6965 Un-@ignore previously failing ClusterPassivationTestCase du…
Browse files Browse the repository at this point in the history
…e to JBPAPP-8774
  • Loading branch information
rhusar committed Aug 18, 2016
1 parent 5d3a03b commit b536e36
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
import org.jboss.shrinkwrap.api.Archive;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -108,7 +107,7 @@ public void arquillianStartServers() {
}

/**
* Associtation of node names to deployment,container names and client context
* Association of node names to deployment,container names and client context
*/
@Test
@InSequence(-1)
Expand All @@ -129,7 +128,6 @@ public void defineMaps(@ArquillianResource @OperateOnDeployment(DEPLOYMENT_1) UR
log.info("URL2 nodename: " + nodeName2);
}

@Ignore("JBPAPP-8774")
@Test
@InSequence(1)
public void testPassivationBeanAnnotated(
Expand Down

0 comments on commit b536e36

Please sign in to comment.