From 9180d19d7d1ddbc00ae8ec9643c2558e423301c8 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 9 Apr 2020 11:21:05 +0200 Subject: [PATCH] disable update check by default during tests This should speed up integration tests that use our TestRequest mechanism --- _test/conf/local.php | 1 + 1 file changed, 1 insertion(+) diff --git a/_test/conf/local.php b/_test/conf/local.php index ff1299393..6efb987fa 100644 --- a/_test/conf/local.php +++ b/_test/conf/local.php @@ -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