Commit 3d9aa2fd authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'ml-dequarantine-passing-git-protocol-v2-e2e-test' into 'master'

Dequarantine passing e2e test

See merge request gitlab-org/gitlab!26537
parents dde45156 df55b5a5
# 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 HTTP using Git protocol version 2', :requires_git_protocol_v2 do
it 'user pushes to the repository' do
Flow::Login.sign_in
......
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