Skip to content

Commit

Permalink
Disable clustering passivation tests which are unstable - AS7-5279
Browse files Browse the repository at this point in the history
  • Loading branch information
n1hility committed Jul 31, 2012
1 parent 56ddea6 commit 74b37b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@
import org.jboss.shrinkwrap.api.Archive;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Ignore;

/**
* @author Radoslav Husar
* @version April 2012
*/
@Ignore // AS7-5279
public class AttributeBasedSessionPassivationTestCase extends SessionPassivationAbstractCase {

@Deployment(name = DEPLOYMENT_1, managed = false, testable = false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@
import org.jboss.shrinkwrap.api.Archive;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Ignore;

/**
* @author Radoslav Husar
* @version April 2012
*/
@Ignore // AS7-5279
public class SessionBasedSessionPassivationTestCase extends SessionPassivationAbstractCase {

@Deployment(name = DEPLOYMENT_1, managed = false, testable = false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
*/
@RunWith(Arquillian.class)
@RunAsClient
@Ignore // AS7-5279
public abstract class SessionPassivationAbstractCase {

// Sync these with jboss-web.xml
Expand Down

0 comments on commit 74b37b8

Please sign in to comment.