Skip to content

Commit d142acf

Browse files
committed
Disable Flyway for tests since database is created from scratch
1 parent bb4e3f4 commit d142acf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/resources/application.properties

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ spring.datasource.tomcat.validation-query = SELECT 1
2020

2121
spring.datasource.initialize=false
2222

23+
# migrations are disabled because the database is created from scratch
24+
flyway.enabled=false
25+
2326
# ===============================
2427
# = JPA / HIBERNATE
2528
# ===============================

0 commit comments

Comments
 (0)