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.