1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00

Don't dump entities in JUnit

This commit is contained in:
jendib
2016-05-05 21:33:31 +02:00
parent c398a3c4f5
commit f2ae899938
4 changed files with 12 additions and 22 deletions

View File

@@ -45,7 +45,7 @@ public abstract class BaseJerseyTest extends JerseyTest {
@Override
protected Application configure() {
enable(TestProperties.LOG_TRAFFIC);
enable(TestProperties.DUMP_ENTITY);
// enable(TestProperties.DUMP_ENTITY);
return new Application();
}