1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +00:00

Hotfix for integration testing (#2473)

* Hotfix for integration testing

* Comment sqlite tests because of database locking issues
This commit is contained in:
Thomas Boerger
2017-09-10 03:54:11 +02:00
committed by Lunny Xiao
parent 4b8fef143e
commit fd85e25f5f
4 changed files with 14 additions and 18 deletions

View File

@@ -3,11 +3,6 @@ RUN_MODE = prod
[database]
DB_TYPE = sqlite3
HOST = 127.0.0.1:3306
NAME = testgitea
USER = gitea
PASSWD =
SSL_MODE = disable
PATH = :memory:
[repository]