From b4b2f9a4f97c45e7f2c1fb41c844da9bfd8e9256 Mon Sep 17 00:00:00 2001 From: felmer <franz-josef.elmer@id.ethz.ch> Date: Wed, 16 May 2018 13:49:52 +0200 Subject: [PATCH] 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 --- .../bo/fetchoptions/datasetlister/DataSetListerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/bo/fetchoptions/datasetlister/DataSetListerTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/bo/fetchoptions/datasetlister/DataSetListerTest.java index 548791bf9db..48a0d8ed815 100644 --- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/bo/fetchoptions/datasetlister/DataSetListerTest.java +++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/bo/fetchoptions/datasetlister/DataSetListerTest.java @@ -141,7 +141,7 @@ public class DataSetListerTest extends AbstractDAOTest assertEquals("VALIDATIONS_CNTNR-26", result.get(2).getContainerOrNull().getCode()); } - @Test + @Test(groups = "broken") public void testGetDataStoreURLs() { try -- GitLab