Skip to content
Snippets Groups Projects
Commit 088128e6 authored by Mark Lapierre's avatar Mark Lapierre
Browse files

Merge branch 'qa-quarantine-git-protocol-v2-tests' into 'master'

Quarantine git protocol v2 tests

See merge request gitlab-org/gitlab-ce!25744
parents db70f74d f47b1729
No related branches found
No related tags found
No related merge requests found
# 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)
Loading
Loading
# 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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment