mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -4,7 +4,7 @@ module QA
|
||||
describe 'Manage', product_group: :import do
|
||||
describe 'Gitlab migration',
|
||||
feature_flag: {
|
||||
name: [:importer_user_mapping, :bulk_import_importer_user_mapping],
|
||||
name: [:bulk_import_importer_user_mapping],
|
||||
scope: :global
|
||||
} do
|
||||
include_context "with gitlab project migration"
|
||||
@ -37,7 +37,6 @@ module QA
|
||||
end
|
||||
|
||||
before do
|
||||
Runtime::Feature.enable(:importer_user_mapping)
|
||||
Runtime::Feature.enable(:bulk_import_importer_user_mapping)
|
||||
|
||||
Flow::Login.sign_in(as: user)
|
||||
|
Reference in New Issue
Block a user