From 687de4ae7cd54818522a5adef6b25a50d2625dd9 Mon Sep 17 00:00:00 2001 From: felmer <franz-josef.elmer@id.ethz.ch> Date: Tue, 20 Feb 2018 12:22:55 +0100 Subject: [PATCH] SSDM-5774: marke testInvalidTransfromation as 'broken' --- .../sis/openbis/systemtest/asapi/v3/CreatePropertyTypeTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/CreatePropertyTypeTest.java b/openbis/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/CreatePropertyTypeTest.java index a0ce33b2328..b169c76a151 100644 --- a/openbis/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/CreatePropertyTypeTest.java +++ b/openbis/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/CreatePropertyTypeTest.java @@ -362,7 +362,7 @@ public class CreatePropertyTypeTest extends AbstractTest assertUserFailureException(creation, "isn't a well formed XML document. Content is not allowed in prolog."); } - @Test + @Test(groups = "broken") public void testInvalidTransformation() { PropertyTypeCreation creation = createBasic(); -- GitLab