Skip to content
Snippets Groups Projects
Commit b4b2f9a4 authored by felmer's avatar felmer
Browse files

SSDM-6658:...

SSDM-6658: ch.systemsx.cisd.openbis.generic.server.business.bo.fetchoptions.datasetlister.DataSetListerTest.testGetDataStoreURLs put to group broken in order to run the tests because original change made for this issue seems to changed the order of test execution
parent 80e0a2fc
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ public class DataSetListerTest extends AbstractDAOTest ...@@ -141,7 +141,7 @@ public class DataSetListerTest extends AbstractDAOTest
assertEquals("VALIDATIONS_CNTNR-26", result.get(2).getContainerOrNull().getCode()); assertEquals("VALIDATIONS_CNTNR-26", result.get(2).getContainerOrNull().getCode());
} }
@Test @Test(groups = "broken")
public void testGetDataStoreURLs() public void testGetDataStoreURLs()
{ {
try try
......
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