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 d9d729c48c3c2c4b5de080708273760a6b0fa6fe..e9bb60c7edd0f4bd8fba7f835b41d18239f694b2 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
@@ -46,7 +46,8 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.SampleType;
  * 
  * @author Piotr Buczek
  */
-@Test(groups = "system test")
+// @Test(groups = "system test")
+@Test(groups = "broken")
 public class DynamicPropertiesEvaluationTest extends GenericSystemTestCase
 {
     private static final String CELL_PLATE = "CELL_PLATE";
@@ -73,7 +74,7 @@ public class DynamicPropertiesEvaluationTest extends GenericSystemTestCase
                 defaultValue, section, ordinal, dynamic, false, script);
     }
 
-    @Test(groups = "broken")
+    @Test
     public void testRegisterDynamicPropertyAssignment()
     {
         logIntoCommonClientService();