From 0726be216b6788ae17f1219c4a1c024f03a10c0a Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Mon, 10 Jan 2011 15:13:04 +0000 Subject: [PATCH] [LMS-1949] broken tests SVN: 19340 --- .../plugin/generic/DynamicPropertiesEvaluationTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 d9d729c48c3..e9bb60c7edd 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(); -- GitLab