diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/plugin/generic/DynamicPropertiesEvaluationTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/plugin/generic/DynamicPropertiesEvaluationTest.java index ad2e4f914ca7f4501cf217a35d0f71dd553a3d21..beee5a472ab7558899468b8c5de0896ed80c54ce 100644 --- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/plugin/generic/DynamicPropertiesEvaluationTest.java +++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/plugin/generic/DynamicPropertiesEvaluationTest.java @@ -360,8 +360,9 @@ public class DynamicPropertiesEvaluationTest extends GenericSystemTestCase testName, i + 1, ex.getMessage())); continue; // exception thrown - retry } - break; // exception not thrown - success + return; // exception not thrown - success } + assertAction.execute(); } @AfterMethod