From 0dd44521b08331bd5c3f8b9f86f89f4ade0ddb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Thu, 11 Apr 2019 11:36:05 +0000 Subject: [PATCH] Merge branch 'qa-staging-53-quarantine-issue-suggesstions-spec' into 'master' Quarantine Issue suggestions spec See merge request gitlab-org/gitlab-ce!27259 (cherry picked from commit ec7804444343cef3562d88aab2d255287a215430) 5e640ee0 Qurantine Issue suggestions spec --- .../features/browser_ui/2_plan/issue/issue_suggestions_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb b/qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb index 7e8b42e286f..f97b0e56ca2 100644 --- a/qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb +++ b/qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb @@ -1,7 +1,8 @@ # frozen_string_literal: true module QA - context 'Plan' do + # Failure issue: https://gitlab.com/gitlab-org/quality/staging/issues/53 + context 'Plan', :quarantine do describe 'issue suggestions' do let(:issue_title) { 'Issue Lists are awesome' } -- GitLab