diff options
author | Walmyr Lima <walmyr@gitlab.com> | 2019-06-03 12:52:21 +0200 |
---|---|---|
committer | Walmyr Lima <walmyr@gitlab.com> | 2019-06-03 12:52:21 +0200 |
commit | 916bb451c1423687beb6b25889446f5b7c696c40 (patch) | |
tree | 144f9ddcf650d525b4703fb1f1a88b83db350f18 | |
parent | ac03f30cd938cd2c75d05cbc7adbde3f42666ab1 (diff) | |
download | gitlab-ce-916bb451c1423687beb6b25889446f5b7c696c40.tar.gz |
De-quarantine e2e test for issue suggestions
According to https://bit.ly/2JTPCcF
Now that https://gitlab.com/gitlab-org/gitlab-ce/issues/60355
is closed we can de-quarantine this test.
-rw-r--r-- | qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
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 f97b0e56ca2..7e8b42e286f 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,8 +1,7 @@ # frozen_string_literal: true module QA - # Failure issue: https://gitlab.com/gitlab-org/quality/staging/issues/53 - context 'Plan', :quarantine do + context 'Plan' do describe 'issue suggestions' do let(:issue_title) { 'Issue Lists are awesome' } |