mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 18:39:33 +00:00
Enable tests again
They were disabled due to network problems
This commit is contained in:
parent
e0756d1dc5
commit
1a86fcca78
@ -21,7 +21,7 @@ class MariaDbMigrateTest extends FunSuite with TestContainerForAll {
|
||||
override val containerDef: MariaDBContainer.Def =
|
||||
MariaDBContainer.Def(DockerImageName.parse("mariadb:10.5"))
|
||||
|
||||
test("mariadb empty schema migration".ignore) {
|
||||
test("mariadb empty schema migration") {
|
||||
assume(Docker.existsUnsafe, "docker doesn't exist!")
|
||||
withContainers { cnt =>
|
||||
val jdbc =
|
||||
|
@ -21,7 +21,7 @@ class PostgresqlMigrateTest extends FunSuite with TestContainerForAll {
|
||||
override val containerDef: PostgreSQLContainer.Def =
|
||||
PostgreSQLContainer.Def(DockerImageName.parse("postgres:13"))
|
||||
|
||||
test("postgres empty schema migration".ignore) {
|
||||
test("postgres empty schema migration") {
|
||||
assume(Docker.existsUnsafe, "docker doesn't exist!")
|
||||
withContainers { cnt =>
|
||||
val jdbc =
|
||||
|
Loading…
x
Reference in New Issue
Block a user