mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-10-30 13:20:11 +00:00 
			
		
		
		
	Enable tests again
They were disabled due to network problems
This commit is contained in:
		| @@ -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 = | ||||
|   | ||||
		Reference in New Issue
	
	Block a user