Commit 705657e3 authored by Andrejs Cunskis's avatar Andrejs Cunskis Committed by George Koltsov

Remove switching toggle from e2e tests

parent ed1849e1
......@@ -54,7 +54,6 @@ module QA
end
before do
Runtime::Feature.enable(:bulk_import) unless staging?
Runtime::Feature.enable(:top_level_group_creation_enabled) if staging?
sandbox.add_member(user, Resource::Members::AccessLevel::MAINTAINER)
......@@ -94,7 +93,6 @@ module QA
after do
user.remove_via_api!
ensure
Runtime::Feature.disable(:bulk_import) unless staging?
Runtime::Feature.disable(:top_level_group_creation_enabled) if staging?
end
end
......
......@@ -38,7 +38,6 @@ module QA
end
before do
Runtime::Feature.enable(:bulk_import) unless staging?
Runtime::Feature.enable(:top_level_group_creation_enabled) if staging?
sandbox.add_member(user, Resource::Members::AccessLevel::MAINTAINER)
......@@ -73,7 +72,6 @@ module QA
after do
user.remove_via_api!
ensure
Runtime::Feature.disable(:bulk_import) unless staging?
Runtime::Feature.disable(:top_level_group_creation_enabled) if staging?
end
end
......
......@@ -56,8 +56,6 @@ module QA
end
before do
Runtime::Feature.enable(:bulk_import)
sandbox.add_member(user, Resource::Members::AccessLevel::MAINTAINER)
source_group.add_member(author, Resource::Members::AccessLevel::MAINTAINER)
author.set_public_email
......@@ -83,8 +81,6 @@ module QA
after do
user.remove_via_api!
author.remove_via_api!
ensure
Runtime::Feature.disable(:bulk_import)
end
it 'imports group epics', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1874' do
......
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