Description:
|
The test {{org.jboss.weld.tests.interceptors.InterceptionTest}} refers to WELD-538, which is already fixed. The test, however, still can't run properly, due to AS7-1197. It should remain marked as broken until AS7-1197 is resolved, otherwise it can't check if the {{
DefinitionException
DeploymentException
}} is thrown. Also, the test method itself should therefore be marked {{@Ignore}}, because according to Arquillian docs bq. Adding the {{@ShouldThrowException}} annotation will force the {{@Deployment}} to be {{testable = false}} which again will force a {{@RunAsClient}} test run mode. ... which renders the method unusable.
|