Don't run external storage tests on default

This commit is contained in:
Robin Appelman 2013-02-10 11:39:03 +01:00
parent 1ba44a3325
commit b44c18d164
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ return array(
'root'=>'/test', 'root'=>'/test',
), ),
'webdav'=>array( 'webdav'=>array(
'run'=>true, 'run'=>false,
'host'=>'localhost', 'host'=>'localhost',
'user'=>'test', 'user'=>'test',
'password'=>'test', 'password'=>'test',
@ -30,7 +30,7 @@ return array(
'root'=>'/', 'root'=>'/',
), ),
'smb'=>array( 'smb'=>array(
'run'=>true, 'run'=>false,
'user'=>'test', 'user'=>'test',
'password'=>'test', 'password'=>'test',
'host'=>'localhost', 'host'=>'localhost',