diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-14 12:46:19 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-07-14 21:48:52 +0200 |
commit | 649c47b199b188c4bb29d3256cc592d8759007cd (patch) | |
tree | 017323e91a60255edab372ca6621f149cbeb2b7d | |
parent | 9a34c5051fca9c4e6f42669a524818efaa1abb81 (diff) | |
download | nextcloud-server-649c47b199b188c4bb29d3256cc592d8759007cd.tar.gz nextcloud-server-649c47b199b188c4bb29d3256cc592d8759007cd.zip |
Temporarily disable acceptance and object storage tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r-- | .drone.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.drone.yml b/.drone.yml index 6ce4f4185f6..bd06ae13739 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 |