From 7913f36b7f29091f2908c7cc7f5f8fbc6ce34205 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 21 Jul 2020 15:19:58 +0200 Subject: [PATCH] Revert "Disable fragile comments tests" This reverts commit c25c984df59a0d95e1e1b50418d12bbd68c30e98. Signed-off-by: Morris Jobke --- .drone.yml | 60 +++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.drone.yml b/.drone.yml index 17486d8564277..2d240e3c54ec2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1762,36 +1762,36 @@ trigger: - pull_request - push -#--- -#kind: pipeline -#name: acceptance-app-comments -# -#steps: -#- name: submodules -# image: docker:git -# commands: -# - git submodule update --init -#- name: acceptance-app-comments -# image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2 -# commands: -# - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-comments --selenium-server selenium:4444 allow-git-repository-modifications features/app-comments.feature -# -#services: -#- name: selenium -# image: selenium/standalone-firefox:2.53.1-beryllium -# environment: -# # Reduce default log level for Selenium server (INFO) as it is too -# # verbose. -# JAVA_OPTS: -Dselenium.LOGGER.level=WARNING -# -#trigger: -# branch: -# - master -# - stable* -# event: -# - pull_request -# - push -# +--- +kind: pipeline +name: acceptance-app-comments + +steps: +- name: submodules + image: docker:git + commands: + - git submodule update --init +- name: acceptance-app-comments + image: nextcloudci/acceptance-php7.3:acceptance-php7.3-2 + commands: + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-comments --selenium-server selenium:4444 allow-git-repository-modifications features/app-comments.feature + +services: +- name: selenium + image: selenium/standalone-firefox:2.53.1-beryllium + environment: + # Reduce default log level for Selenium server (INFO) as it is too + # verbose. + JAVA_OPTS: -Dselenium.LOGGER.level=WARNING + +trigger: + branch: + - master + - stable* + event: + - pull_request + - push + --- kind: pipeline name: acceptance-app-files