diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-02 23:44:00 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-02 23:44:00 +0200 |
commit | 0b51c5344399d9990d46b275afb82fbfbd070ad4 (patch) | |
tree | d4fa4e97b44690ef34fe6470cf950766580e38dc /apps/files_external/tests | |
parent | 4ba527625f308e74a36e7c3e4038168a33658d48 (diff) | |
download | nextcloud-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.php | 2 |
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', |