diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-03-17 12:06:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-17 12:06:16 -0600 |
commit | 4a9ce18cedfbf09288a1829e90388879adc8b8d4 (patch) | |
tree | 81ab9062cfce81ab48d8b1f0601db5c7dd9e22ce /.drone.yml | |
parent | 96ea85d01d037ded7e5c96db5cf60de5a9e472e8 (diff) | |
download | nextcloud-server-4a9ce18cedfbf09288a1829e90388879adc8b8d4.tar.gz nextcloud-server-4a9ce18cedfbf09288a1829e90388879adc8b8d4.zip |
Revert "Add integration test for trashbin"
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.drone.yml b/.drone.yml index f13a50c8acf..5d4ab2ca963 100644 --- a/.drone.yml +++ b/.drone.yml @@ -423,15 +423,6 @@ pipeline: when: matrix: TESTS: integration-ldap-features - integration-trashbin: - image: nextcloudci/integration-php7.0:integration-php7.0-3 - commands: - - ./occ maintenance:install --admin-pass=admin - - cd build/integration - - ./run.sh features/trashbin.feature - when: - matrix: - TESTS: integration-trashbin nodb-codecov: image: nextcloudci/php7.0:php7.0-7 commands: @@ -500,7 +491,6 @@ matrix: - TESTS: integration-filesdrop-features - TESTS: integration-transfer-ownership-features - TESTS: integration-ldap-features - - TESTS: integration-trashbin - TESTS: jsunit - TESTS: check-autoloader - TESTS: app-check-code |