diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-01 03:07:57 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-01 03:07:57 +0000 |
commit | 1dffba3bd853076efc1107b2dd63e221e75a210c (patch) | |
tree | 7d95f222bad46bacb4cb7490e44ce7cf51b6e2b7 /qa | |
parent | 396ad86100541bed6bc9960541a7dcddfaddd6de (diff) | |
download | gitlab-ce-1dffba3bd853076efc1107b2dd63e221e75a210c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb index 09e11b3587f..6c0d55cc69a 100644 --- a/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb @@ -18,7 +18,7 @@ module QA end end - it 'pushes to a project using a specific Praefect repository storage', :smoke, :requires_admin, :requires_praefect, quarantine: { issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/276', type: :new } do + it 'pushes to a project using a specific Praefect repository storage', :smoke, :requires_admin, :requires_praefect do Flow::Login.sign_in_as_admin project = Resource::Project.fabricate_via_api! do |storage_project| |