From a76d34e6716aa8267111ecdcd21416e9dec3a08d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 5 Mar 2020 09:08:31 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../browser_ui/3_create/repository/protocol_v2_push_http_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qa') diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb index ee5114a04af..b210e747614 100644 --- a/qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb @@ -1,8 +1,7 @@ # 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 -- cgit v1.2.1