From 0b51c5344399d9990d46b275afb82fbfbd070ad4 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 2 May 2012 23:44:00 +0200 Subject: [PATCH] run none of the extranal storage tests on default --- apps/files_external/tests/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_external/tests/config.php b/apps/files_external/tests/config.php index edbbe9dfec..5b6517755f 100644 --- a/apps/files_external/tests/config.php +++ b/apps/files_external/tests/config.php @@ -23,7 +23,7 @@ return array( 'root'=>'/google', ), 'swift'=>array( - 'run'=>true, + 'run'=>false, 'user'=>'test:tester', 'token'=>'testing', 'host'=>'localhost:8080/auth',