aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-07-21 15:19:28 +0200
committerGitHub <noreply@github.com>2020-07-21 15:19:28 +0200
commitd35e8d7b2be708650037bc16f5be4122f5fa1082 (patch)
tree2642a901998eb3b87c10fa159fc5fbea2425fe6a
parent24889128cc26aad6163c063de1c19ec6c311e93f (diff)
parentc25c984df59a0d95e1e1b50418d12bbd68c30e98 (diff)
downloadnextcloud-server-d35e8d7b2be708650037bc16f5be4122f5fa1082.tar.gz
nextcloud-server-d35e8d7b2be708650037bc16f5be4122f5fa1082.zip
Merge pull request #21934 from nextcloud/tests/noid/disable-fragile-comments-tests
Disable fragile comments tests
-rw-r--r--.drone.yml60
1 files changed, 30 insertions, 30 deletions
diff --git a/.drone.yml b/.drone.yml
index 2d240e3c54e..17486d85642 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