diff --git a/tempest/stress/actions/unit_test.py b/tempest/stress/actions/unit_test.py index 3b27885718..e016c61089 100644 --- a/tempest/stress/actions/unit_test.py +++ b/tempest/stress/actions/unit_test.py @@ -80,8 +80,6 @@ class UnitTest(stressaction.StressAction): try: self.run_core() - except Exception as e: - raise e finally: if (CONF.stress.leave_dirty_stack is False and self.class_setup_per == SetUpClassRunTime.action):