I am going to give @Category a go - with Assume.assumeTrue I think we
have the problem that some tests may be failing in their initialisation
code and that risks leaving behind orphaned processes that break further
tests.
On 01/02/17 13:41, Martin Choma wrote:
Right, I see.
You can add property in testsuite/pom.xml to switch InvocationIssue test
by default (works for me)
<properties>
<excludedGroups>InvocationIssue</excludedGroups>
New CI jobs have to be executed with empty excludedGroups, e.g.
-DexcludedGroups=
But I admit SP approach is more obvious here.
_______________________________________________
wildfly-dev mailing list
wildfly-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/wildfly-dev