Skip to content
Snippets Groups Projects
Commit b44c18d1 authored by Robin Appelman's avatar Robin Appelman
Browse files

Don't run external storage tests on default

parent 1ba44a33
Branches
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment