From d61fc0531f747fffa771b974f3feeee3cb58ecab Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 14 Jul 2017 12:46:19 +0200 Subject: [PATCH] Temporarily disable acceptance and object storage tests Signed-off-by: Morris Jobke --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0dc96e84d5e..d0b44b28262 100644 --- a/.drone.yml +++ b/.drone.yml @@ -564,12 +564,12 @@ matrix: - TESTS: integration-transfer-ownership-features - TESTS: integration-ldap-features - TESTS: integration-trashbin - - TESTS: acceptance - TESTS-ACCEPTANCE: access-levels - - TESTS: acceptance - TESTS-ACCEPTANCE: app-files - - TESTS: acceptance - TESTS-ACCEPTANCE: login +# - TESTS: acceptance +# TESTS-ACCEPTANCE: access-levels +# - TESTS: acceptance +# TESTS-ACCEPTANCE: app-files +# - TESTS: acceptance +# TESTS-ACCEPTANCE: login - TESTS: jsunit - TESTS: syntax-php5.6 - TESTS: syntax-php7.0 @@ -580,13 +580,13 @@ matrix: - TESTS: caldavtester-new-endpoint - TESTS: carddavtester-new-endpoint - TESTS: carddavtester-old-endpoint - - TESTS: object-store - OBJECT_STORE: s3 +# - TESTS: object-store +# OBJECT_STORE: s3 - TESTS: sqlite-php7.0-samba-native - TESTS: sqlite-php7.0-samba-non-native - TEST: memcache-memcached - - TEST: memcache-redis-cluster - ENABLE_REDIS_CLUSTER: true +# - TEST: memcache-redis-cluster +# ENABLE_REDIS_CLUSTER: true - TESTS: sqlite-php7.0-webdav-apache ENABLE_REDIS: true - DB: NODB -- 2.39.5