To avoid breaking tests when monitor is set
[yardstick.git] / yardstick / benchmark / runners / arithmetic.py
index b1446e0..7e516ea 100755 (executable)
@@ -124,7 +124,7 @@ def _worker_process(queue, cls, method_name, scenario_cfg,
 
         sequence += 1
 
-        if errors:
+        if (errors and sla_action is None):
             break
 
     benchmark.teardown()