From 1f5ab519175bd627155f62b54e062f09b5fb31a0 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 24 Jun 2021 17:03:52 +0200 Subject: [PATCH] Disable rocketchat taiko test --- .gitlab-ci.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be168848f..b53f8b5dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -765,15 +765,18 @@ nextcloud-taiko: - .taiko - .nextcloud_rules -rocketchat-taiko: - variables: - APP: "rocketchat" - needs: - - job: rocketchat-cert - - job: setup-openappstack - extends: - - .taiko - - .rocketchat_rules + +# Disable for now until https://open.greenhost.net/openappstack/openappstack/-/issues/819 +# is fixed +# rocketchat-taiko: +# variables: +# APP: "rocketchat" +# needs: +# - job: rocketchat-cert +# - job: setup-openappstack +# extends: +# - .taiko +# - .rocketchat_rules wordpress-taiko: -- GitLab