]> source.dussan.org Git - nextcloud-server.git/commitdiff
Don't run external storage tests on default
authorRobin Appelman <icewind@owncloud.com>
Sun, 10 Feb 2013 10:39:03 +0000 (11:39 +0100)
committerRobin Appelman <icewind@owncloud.com>
Sun, 10 Feb 2013 10:39:32 +0000 (11:39 +0100)
apps/files_external/tests/config.php

index 65127175ad7dea93a567cf9c8bc4e893910844d8..ff16b1c1d8a40bde6d3afa0f43ff45c90f3d2ab8 100644 (file)
@@ -8,7 +8,7 @@ return array(
                'root'=>'/test',
        ),
        'webdav'=>array(
-               'run'=>true,
+               'run'=>false,
                'host'=>'localhost',
                'user'=>'test',
                'password'=>'test',
@@ -30,7 +30,7 @@ return array(
                'root'=>'/',
        ),
        'smb'=>array(
-               'run'=>true,
+               'run'=>false,
                'user'=>'test',
                'password'=>'test',
                'host'=>'localhost',