diff options
author | Mark Lapierre <mlapierre@gitlab.com> | 2019-03-07 09:38:19 -0500 |
---|---|---|
committer | Mark Lapierre <mlapierre@gitlab.com> | 2019-03-07 12:00:03 -0500 |
commit | 56c996e9664919e2f8db0de6ad313fed264c5023 (patch) | |
tree | f92fe2f35a8f7c3b6d1bd3f8c620686937a94402 /qa | |
parent | b63efb09a5c864047924cd2d84527b47dd563d5f (diff) | |
download | gitlab-ce-56c996e9664919e2f8db0de6ad313fed264c5023.tar.gz |
Unquarantine fixed tests
Fix: https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/280
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/3_create/repository/use_ssh_key_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/use_ssh_key_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/use_ssh_key_spec.rb index a8a00296881..7223831d96f 100644 --- a/qa/qa/specs/features/browser_ui/3_create/repository/use_ssh_key_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/repository/use_ssh_key_spec.rb @@ -1,8 +1,7 @@ # frozen_string_literal: true module QA - # Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/84 - context 'Create', :quarantine do + context 'Create' do describe 'SSH key support' do # Note: If you run this test against GDK make sure you've enabled sshd # See: https://gitlab.com/gitlab-org/gitlab-qa/blob/master/docs/run_qa_against_gdk.md |