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

mark test childCannotBeShared as broken

SVN: 26642
parent ad26f06f
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ public class UpdateSampleParentsTest extends BaseTest
perform(anUpdateOf(child).toHaveParent(parent));
}
@Test(expectedExceptions =
@Test(groups = "broken", expectedExceptions =
{ UserFailureException.class })
public void childCannotBeShared() throws Exception
{
......
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