Skip to content

Commit 3d6d651

Browse files
Disable flyway during test
1 parent 7ebf5cb commit 3d6d651

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/resources/application.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ spring.redis.pool.max.total=128
9595
#spring.session.redis.flush-mode=on-save # Sessions flush mode.
9696
#spring.session.redis.namespace=spring:session # Namespace for keys used to store sessions.
9797

98+
spring.flyway.enabled=false
99+
98100
######### sendmail properties ##########
99101

100102
# This section defines the settings that the portal will use to send mail.

0 commit comments

Comments
 (0)