Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2025-07-17 00:08:09 +00:00
parent 32adca98b3
commit 85a92034c5
62 changed files with 150 additions and 436 deletions

View File

@ -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)