-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
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 DeploymentException is thrown.
Also, the test method itself should therefore be marked @Ignore, because according to Arquillian docs
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.
- relates to
-
WELD-1261 Verify Broken/Ignored integration tests
- Resolved