]
Tomas Remes commented on ARQ-127:
---------------------------------
I came across this as well. This problem manifests simply in the case when you specify
some included group in the surefire plugin. The Arquillian @BeforeSuite method doesn't
belong to this group (it seems that inheritGroups param is not evaluated at all. I am not
sure why) so it's not executed. Simple workaround in this case is to include also
"arquillian" group. I am not sure if it is/ is not a testng bug. You can see
Verify TestNG Parallel test exeuction
-------------------------------------
Key: ARQ-127
URL:
https://issues.jboss.org/browse/ARQ-127
Project: Arquillian
Issue Type: Feature Request
Components: Extension - Performance, Test Harness Integration
Reporter: Aslak Knutsen
Assignee: Ståle Pedersen
Priority: Critical
Fix For: 2.0.0.Beta1
Attachments: testng-parallel.zip
Verify that Arquillian behaves correctly when ran in TestNG Parallel modes.