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