Commit 8823a3db authored by Dan Davison's avatar Dan Davison

Merge branch...

Merge branch '251119-test-cannot-be-run-in-production-qa-specs-features-browser_ui-3_create-repository' into 'master'

The 'Push mirror a repository over HTTP' E2E test requires admin

Closes #251119

See merge request gitlab-org/gitlab!42717
parents 8c3635af 9266780d
......@@ -3,7 +3,7 @@
module QA
RSpec.describe 'Create' do
describe 'Push mirror a repository over HTTP' do
it 'configures and syncs LFS objects for a (push) mirrored repository', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/414' do
it 'configures and syncs LFS objects for a (push) mirrored repository', :requires_admin, testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/414' do
Runtime::Feature.enable_and_verify('push_mirror_syncs_lfs')
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.perform(&:sign_in_using_credentials)
......
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