]
Radoslav Husar updated WFLY-9775:
---------------------------------
Summary: Clustering testsuite: cleanup @RunAsClient and "testable = false"
(was: Clusterin testsuite: cleanup @RunAsClient and "testable = false")
Clustering testsuite: cleanup @RunAsClient and "testable =
false"
-----------------------------------------------------------------
Key: WFLY-9775
URL:
https://issues.jboss.org/browse/WFLY-9775
Project: WildFly
Issue Type: Task
Components: Clustering, Test Suite
Affects Versions: 11.0.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
None of the deployments used in the clustering tests are tested in container thus all
should be marked as {{testable = false}} defining that deployment should not be wrapped up
based on the protocol so the testcase can be executed incontainer. This means, there is no
reason to explicitly label the test classes as {{\@RunAsClient}} since that behavior is
driven by specified {{\@Deployments}}.