Restored wrong commit
This commit is contained in:
parent
26aa96ae37
commit
95d6cdd699
|
@ -502,10 +502,10 @@ public class ContextManagementTest extends ContextTest {
|
|||
logger.debug("{}", context);
|
||||
}
|
||||
|
||||
//@Ignore
|
||||
@Test
|
||||
@Ignore
|
||||
// @Test
|
||||
public void deleteContext() throws ResourceRegistryException, IOException {
|
||||
Context context = read(UUID.fromString("5866f58d-fff2-4ae6-ae1a-a16727d44407"));
|
||||
Context context = read(UUID.fromString(""));
|
||||
delete(context);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue