Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 1.1.11.Final
-
Fix Version/s: 1.1.12.Final
-
Component/s: Deployable Containers SPI
-
Labels:None
-
Git Pull Request:
Description
When I moved to Arquillian 1.1.11.Final, I started getting warnings when my tests run as client but don't use the @RunAsClient annotation. The cause is ARQ-1937.
I'll just reiterate that I actually never ever use the @RunAsClient annotation because it's superfluous. I simply set my @Deployment to testable = false or I have no @Deployment at all. I do that intentionally and I expect that the test will run as client, so the warning doesn't make much sense for me.