Skip to content
Snippets Groups Projects
Commit 0726be21 authored by buczekp's avatar buczekp
Browse files

[LMS-1949] broken tests

SVN: 19340
parent 4a1feb28
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,8 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.SampleType; ...@@ -46,7 +46,8 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.SampleType;
* *
* @author Piotr Buczek * @author Piotr Buczek
*/ */
@Test(groups = "system test") // @Test(groups = "system test")
@Test(groups = "broken")
public class DynamicPropertiesEvaluationTest extends GenericSystemTestCase public class DynamicPropertiesEvaluationTest extends GenericSystemTestCase
{ {
private static final String CELL_PLATE = "CELL_PLATE"; private static final String CELL_PLATE = "CELL_PLATE";
...@@ -73,7 +74,7 @@ public class DynamicPropertiesEvaluationTest extends GenericSystemTestCase ...@@ -73,7 +74,7 @@ public class DynamicPropertiesEvaluationTest extends GenericSystemTestCase
defaultValue, section, ordinal, dynamic, false, script); defaultValue, section, ordinal, dynamic, false, script);
} }
@Test(groups = "broken") @Test
public void testRegisterDynamicPropertyAssignment() public void testRegisterDynamicPropertyAssignment()
{ {
logIntoCommonClientService(); logIntoCommonClientService();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment