summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-05-02 23:44:00 +0200
committerRobin Appelman <icewind@owncloud.com>2012-05-02 23:44:00 +0200
commit0b51c5344399d9990d46b275afb82fbfbd070ad4 (patch)
treed4fa4e97b44690ef34fe6470cf950766580e38dc /apps/files_external/tests
parent4ba527625f308e74a36e7c3e4038168a33658d48 (diff)
downloadnextcloud-server-0b51c5344399d9990d46b275afb82fbfbd070ad4.tar.gz
nextcloud-server-0b51c5344399d9990d46b275afb82fbfbd070ad4.zip
run none of the extranal storage tests on default
Diffstat (limited to 'apps/files_external/tests')
-rw-r--r--apps/files_external/tests/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/tests/config.php b/apps/files_external/tests/config.php
index edbbe9dfec8..5b6517755f2 100644
--- a/apps/files_external/tests/config.php
+++ b/apps/files_external/tests/config.php
@@ -23,7 +23,7 @@ return array(
'root'=>'/google',
),
'swift'=>array(
- 'run'=>true,
+ 'run'=>false,
'user'=>'test:tester',
'token'=>'testing',
'host'=>'localhost:8080/auth',