You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copied over from the old Red Hat JIRA as this issue still impacts the CDI TCK Java SE tests.
Issue Overview
[Tomas Remes] added a comment -
I came across this as well. This problem manifests simply in the case when you specify some included testgroup in the surefire plugin. The Arquillian @BeforeSuite method doesn't belong to this testgroup (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 testng-team/testng#313 and testng-team/testng#184
Copied over from the old Red Hat JIRA as this issue still impacts the CDI TCK Java SE tests.
Issue Overview
[Tomas Remes] added a comment -
I came across this as well. This problem manifests simply in the case when you specify some included testgroup in the surefire plugin. The Arquillian @BeforeSuite method doesn't belong to this testgroup (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 testng-team/testng#313 and testng-team/testng#184
For example, this should work:
but this is required:
Expected Behaviour
The "arquillian" group should always be included in addition to any external groups since the adaptor relies on these.
Current Behaviour
Specifycing
Steps To Reproduce
Run the CDI TCK Java SE tests
Additional Information
The text was updated successfully, but these errors were encountered: