diff options
author | Thomas Boerger <thomas@webhippie.de> | 2017-09-10 03:54:11 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-09-10 09:54:11 +0800 |
commit | fd85e25f5f48823c4e65f3bd23662fd26d1398b3 (patch) | |
tree | 3b0be1cd4abd0d5581a1ecffac1a24a85938be7c /integrations/sqlite.ini | |
parent | 4b8fef143ea399d6bf5c23adda7fb0b191d4ded2 (diff) | |
download | gitea-fd85e25f5f48823c4e65f3bd23662fd26d1398b3.tar.gz gitea-fd85e25f5f48823c4e65f3bd23662fd26d1398b3.zip |
Hotfix for integration testing (#2473)
* Hotfix for integration testing
* Comment sqlite tests because of database locking issues
Diffstat (limited to 'integrations/sqlite.ini')
-rw-r--r-- | integrations/sqlite.ini | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/integrations/sqlite.ini b/integrations/sqlite.ini index c771507a76..799a44b472 100644 --- a/integrations/sqlite.ini +++ b/integrations/sqlite.ini @@ -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] |