Commit 0a61e029 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-shl-quarantine-pull-mirror-over-ssh-spec' into 'master'

Quarantine pull mirroring spec while we investigate the issue

See merge request gitlab-org/gitlab!30954
parents 9b1270af b932b65a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
module QA module QA
context 'Create' do context 'Create' do
describe 'Pull mirror a repository over SSH with a private key' do describe 'Pull mirror a repository over SSH with a private key', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/216297', type: :investigating } do
let(:source) do let(:source) do
Resource::Repository::ProjectPush.fabricate! do |project_push| Resource::Repository::ProjectPush.fabricate! do |project_push|
project_push.project_name = 'pull-mirror-source-project' project_push.project_name = 'pull-mirror-source-project'
......
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