]> source.dussan.org Git - nextcloud-server.git/commitdiff
run none of the extranal storage tests on default
authorRobin Appelman <icewind@owncloud.com>
Wed, 2 May 2012 21:44:00 +0000 (23:44 +0200)
committerRobin Appelman <icewind@owncloud.com>
Wed, 2 May 2012 21:44:00 +0000 (23:44 +0200)
apps/files_external/tests/config.php

index edbbe9dfec89fcf74074b444c48feee060c301c3..5b6517755f29b5f2b9fc2e8f31e55ba86362b2e9 100644 (file)
@@ -23,7 +23,7 @@ return array(
                'root'=>'/google',
        ),
        'swift'=>array(
-               'run'=>true,
+               'run'=>false,
                'user'=>'test:tester',
                'token'=>'testing',
                'host'=>'localhost:8080/auth',