-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The pom.xml in manualmode module contains in its surefire plugin configuration part:
<includes> <include>org/jboss/as/test/manualmode/**/*TestCase.java</include> </includes> <runOrder>alphabetical</runOrder>
These config items should be removed
- the includes set defined here isn't complete
- test run order should not be predefined..
- clones
-
JBEAP-12192 AS TS module manualmode has a wrong configuration of surefire plugin in pom.xml
- Closed