Commit 3065143d authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'ml-remove-ssh-test-from-quarantine' into 'master'

Remove test from quarantine

Closes gitlab-org/quality/team-tasks#388

See merge request gitlab-org/gitlab!28601
parents 9ce45faa cd4eda3d
# frozen_string_literal: true
module QA
# Git protocol v2 is temporarily disabled
context 'Create', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/27828', type: :bug } do
context 'Create' do
describe 'Push over SSH using Git protocol version 2', :requires_git_protocol_v2 do
# Note: If you run this test against GDK make sure you've enabled sshd and
# enabled setting the Git protocol by adding `AcceptEnv GIT_PROTOCOL` to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment