Commit e7730188 authored by Andrejs Cunskis's avatar Andrejs Cunskis

E2E: skip bulk_import FL when running on staging

parent e018b2b4
...@@ -56,7 +56,7 @@ module QA ...@@ -56,7 +56,7 @@ module QA
end end
before(:all) do 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? Runtime::Feature.enable(:top_level_group_creation_enabled) if staging?
end end
...@@ -110,7 +110,7 @@ module QA ...@@ -110,7 +110,7 @@ module QA
end end
after(:all) do 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? Runtime::Feature.disable(:top_level_group_creation_enabled) if staging?
end end
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