Skip to content
Snippets Groups Projects
Commit f1464202 authored by anttil's avatar anttil
Browse files

Mark two tests to broken group - they should be working when BIS-124 is implemented

SVN: 26609
parent 766085a6
No related merge requests found
...@@ -98,7 +98,7 @@ public class UpdateDataSetContainmentTest extends BaseTest ...@@ -98,7 +98,7 @@ public class UpdateDataSetContainmentTest extends BaseTest
perform(anUpdateOf(component1).withContainer(component2)); perform(anUpdateOf(component1).withContainer(component2));
} }
@Test(expectedExceptions = UserFailureException.class) @Test(expectedExceptions = UserFailureException.class, groups = "broken")
public void dataSetWithComponentTypeCannotHaveComponents() throws Exception public void dataSetWithComponentTypeCannotHaveComponents() throws Exception
{ {
ExternalData component1 = create(aDataSet().inSample(sample)); ExternalData component1 = create(aDataSet().inSample(sample));
...@@ -164,7 +164,7 @@ public class UpdateDataSetContainmentTest extends BaseTest ...@@ -164,7 +164,7 @@ public class UpdateDataSetContainmentTest extends BaseTest
perform(anUpdateOf(dataset).withComponent(dataset)); perform(anUpdateOf(dataset).withComponent(dataset));
} }
@Test @Test(groups = "broken")
public void subcomponentsAreAllowed() throws Exception public void subcomponentsAreAllowed() throws Exception
{ {
ExternalData component = create(aDataSet().inSample(sample)); ExternalData component = create(aDataSet().inSample(sample));
......
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