Remvoed worng test

This commit is contained in:
Luca Frosini 2019-07-30 16:48:18 +02:00
parent d75b7810d5
commit 3e91d58900
1 changed files with 2 additions and 2 deletions

View File

@ -449,9 +449,9 @@ public class ContextManagementTest extends ScopedTest {
}
}
@Test
// @Test
public void readContext() throws ResourceRegistryException, IOException {
Context context = read(UUID.fromString("fe44822a-d8bb-418b-ba79-59b4aef01cf9"));
Context context = read(UUID.fromString(""));
logger.debug("{}", context);
}