Don't run external storage tests on default
This commit is contained in:
parent
1ba44a3325
commit
b44c18d164
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue