]
Alex Soto closed ARQ-2012.
--------------------------
Resolution: Done
Fixed in PR
Warnings when test runs as client without @RunAsClient
------------------------------------------------------
Key: ARQ-2012
URL:
https://issues.jboss.org/browse/ARQ-2012
Project: Arquillian
Issue Type: Bug
Components: Deployable Containers SPI
Affects Versions: 1.1.11.Final
Reporter: Ladislav Thon
Assignee: Matous Jobanek
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.