diff --git a/testsuite/integration/clustering/pom.xml b/testsuite/integration/clustering/pom.xml index 4f2e8d8b5ceb..0098a5823a7f 100644 --- a/testsuite/integration/clustering/pom.xml +++ b/testsuite/integration/clustering/pom.xml @@ -87,15 +87,23 @@ ts.surefire.clustering.custom-manual-tcp-sync test - test + + test + - - false ${test-group}/**/*TestCase.java - + + + ${test-group}/dispatcher/**/*TestCase.java + ${test-group}/ejb/remote/**/*TestCase.java + ${test-group}/ejb2/**/*TestCase.java + ${test-group}/provider/**/*TestCase.java + ${test-group}/registry/**/*TestCase.java + clustering-all @@ -110,6 +118,33 @@ + + + ts.surefire.clustering.custom-manual-tcp-sync-ejb + test + + test + + + + false + + ${test-group}/dispatcher/**/*TestCase.java + ${test-group}/ejb/remote/**/*TestCase.java + ${test-group}/ejb2/**/*TestCase.java + ${test-group}/provider/**/*TestCase.java + ${test-group}/registry/**/*TestCase.java + + + clustering-all + standalone-full-ha.xml + SYNC + tcp + + SYNC-tcp + + + ts.surefire.clustering.single-node test test @@ -499,9 +534,9 @@ - - - + + +