mirror of
https://github.com/gotson/komga.git
synced 2026-01-04 14:52:51 +01:00
test: disable artemis persistence for tests
else it would generate locks
This commit is contained in:
parent
dfa24057bb
commit
05a5573457
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ spring:
|
|||
properties:
|
||||
hibernate:
|
||||
format_sql: true
|
||||
artemis:
|
||||
embedded:
|
||||
persistent: false
|
||||
logging.level.org.hibernate:
|
||||
SQL: DEBUG
|
||||
type.descriptor.sql.BasicBinder: TRACE
|
||||
|
|
|
|||
Loading…
Reference in a new issue