-
Task
-
Resolution: Done
-
Major
-
5.1.5.FINAL
-
None
By default TestNG doesn't run methods annotated with `@AfterMethod`/`@AfterTest`/`@AfterClass` if the test method failed.
This means we have to write `alwaysRun=true` explicitly, or the method won't run after a failure and it may leave cache managers lying around.