Commit f47b1729 authored by Mark Lapierre's avatar Mark Lapierre

Quarantine git protocol v2 tests

parent c01e9324
# frozen_string_literal: true
module QA
context 'Create' do
# Git protocol v2 is temporarily disabled
# https://gitlab.com/gitlab-org/gitlab-ce/issues/55769 (confidential)
context 'Create', :quarantine do
describe 'Push over HTTP using Git protocol version 2', :requires_git_protocol_v2 do
it 'user pushes to the repository' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
......
# frozen_string_literal: true
module QA
context 'Create' do
# Git protocol v2 is temporarily disabled
# https://gitlab.com/gitlab-org/gitlab-ce/issues/55769 (confidential)
context 'Create', :quarantine 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