Commit d15d89bc authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'ml-enable-http-pull-mirroring-test-in-all-environments' into 'master'

Enable HTTP pull mirroring test in all envs

See merge request gitlab-org/gitlab!43944
parents af144667 7a37d53e
......@@ -2,11 +2,9 @@
module QA
context 'Create' do
# Use Admin credentials as a workaround for a permissions bug
# See https://gitlab.com/gitlab-org/gitlab/issues/13769
describe 'Pull mirror a repository over HTTP', :requires_admin do
describe 'Pull mirror a repository over HTTP' do
it 'configures and syncs a (pull) mirrored repository with password auth', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/520' do
Flow::Login.sign_in_as_admin
Flow::Login.sign_in
source = Resource::Repository::ProjectPush.fabricate! do |project_push|
project_push.project_name = 'pull-mirror-source-project'
......
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