diff options
author | Mark Lapierre <mlapierre@gitlab.com> | 2019-03-04 16:43:48 +0000 |
---|---|---|
committer | Mark Lapierre <mlapierre@gitlab.com> | 2019-03-04 16:43:48 +0000 |
commit | f47b17297e8f003423ad49062225e57f48da2030 (patch) | |
tree | 080419ff967cf4c2ff6cda5a0dc7713ac72bdf49 /qa | |
parent | c01e93249da72cf91f3516da6bb48d8989335508 (diff) | |
download | gitlab-ce-f47b17297e8f003423ad49062225e57f48da2030.tar.gz |
Quarantine git protocol v2 tests
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb | 4 | ||||
-rw-r--r-- | qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb | 4 |
2 files changed, 6 insertions, 2 deletions
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 d1535d6519d..01a367fceac 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,7 +1,9 @@ # 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) diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb index 48800cc81e5..eb59b54e9ab 100644 --- a/qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb @@ -1,7 +1,9 @@ # 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 |