disable update check by default during tests

This should speed up integration tests that use our TestRequest
mechanism
This commit is contained in:
Andreas Gohr 2020-04-09 11:21:05 +02:00
parent bdeb339a56
commit 9180d19d7d
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ $conf['useacl'] = 1; //Use Access Control Lists to restrict
$conf['superuser'] = 'testuser'; //password: testpass
$conf['dnslookups'] = 0; //speedup tests
$conf['updatecheck'] = 0; //speedup tests