Skip to content

Commit

Permalink
unignore testSessionReplication since AS7-2704 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar authored and bstansberry committed Dec 8, 2011
1 parent 7f92bfe commit 1db2e44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -2,7 +2,6 @@
<arquillian xmlns="http://www.jboss.org/arquillian-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jboss.org/arquillian-1.0 http://jboss.org/schema/arquillian/arquillian-1.0.xsd">

<!-- For testing AS7-2837. -->
<engine>
<property name="deploymentExportPath">target/</property>
</engine>
Expand Down
Expand Up @@ -44,7 +44,6 @@
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -115,7 +114,6 @@ public void testSerialized(@ArquillianResource(SimpleServlet.class) URL baseURL)
}

@Test
@Ignore("AS7-2704 StackOverflowError on creating a web session in cluster")
@OperateOnDeployment("deployment-1") // For change, operate on the 2nd deployment first
public void testSessionReplication(@ArquillianResource(SimpleServlet.class) URL baseURL) throws IllegalStateException, IOException, InterruptedException {
DefaultHttpClient client = new DefaultHttpClient();
Expand Down

0 comments on commit 1db2e44

Please sign in to comment.