[jboss-jira] [JBoss JIRA] (WFLY-9095) AS TS module manualmode has a wrong configuration of surefire plugin in pom.xml
Josef Cacek (JIRA)
issues at jboss.org
Tue Jul 18 12:30:01 EDT 2017
Josef Cacek created WFLY-9095:
---------------------------------
Summary: AS TS module manualmode has a wrong configuration of surefire plugin in pom.xml
Key: WFLY-9095
URL: https://issues.jboss.org/browse/WFLY-9095
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Josef Cacek
The {{pom.xml}} in manualmode module contains in its surefire plugin configuration part:
{code:xml}
<includes>
<include>org/jboss/as/test/manualmode/**/*TestCase.java</include>
</includes>
<runOrder>alphabetical</runOrder>
{code}
These config items should be removed
* the includes set defined here isn't complete
* test run order should not be predefined..
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list