Commit c87f2d89 authored by Dan Davison's avatar Dan Davison

Merge branch 'acunskis-skip-bulk-import' into 'master'

E2E: skip bulk_import FL when running on staging

See merge request gitlab-org/gitlab!63625
parents 8e55ec05 e7730188
......@@ -56,7 +56,7 @@ module QA
end
before(:all) do
Runtime::Feature.enable(:bulk_import)
Runtime::Feature.enable(:bulk_import) unless staging?
Runtime::Feature.enable(:top_level_group_creation_enabled) if staging?
end
......@@ -110,7 +110,7 @@ module QA
end
after(:all) do
Runtime::Feature.disable(:bulk_import)
Runtime::Feature.disable(:bulk_import) unless staging?
Runtime::Feature.disable(:top_level_group_creation_enabled) if staging?
end
end
......
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