diff options
author | Mark Lapierre <mlapierre@gitlab.com> | 2019-03-06 16:02:41 +0000 |
---|---|---|
committer | Mark Lapierre <mlapierre@gitlab.com> | 2019-03-06 16:02:41 +0000 |
commit | 4cf73a02f3ff03d904e3eff2d25e20ff376a0132 (patch) | |
tree | 7c2ed7c0aa87c615a584e5df88562f9a4e94646d /qa | |
parent | 26ea6e181376eb173da33f416a6f34ffd428ce21 (diff) | |
parent | 1b59414088c0b6e7ea687ece17160a88e1440c39 (diff) | |
download | gitlab-ce-4cf73a02f3ff03d904e3eff2d25e20ff376a0132.tar.gz |
Merge branch 'qa-quarantine-ssh-key-test' into 'master'
Quarantine failing ssh key test
See merge request gitlab-org/gitlab-ce!25813
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, 2 insertions, 1 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 7223831d96f..a8a00296881 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,7 +1,8 @@ # frozen_string_literal: true module QA - context 'Create' do + # Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/84 + context 'Create', :quarantine 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 |