Merge branch 'qa-quarantine-ssh-key-test' into 'master'

Quarantine failing ssh key test

See merge request gitlab-org/gitlab-ce!25813
This commit is contained in:
Mark Lapierre 2019-03-06 16:02:41 +00:00
commit 4cf73a02f3
1 changed files with 2 additions and 1 deletions

View File

@ -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