Commit 4a877e43 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'e2e-update-storage-new-route' into 'master'

Remove feature flag handling in storage purchase tests

See merge request gitlab-org/gitlab!75524
parents 5117aeb7 88d2ed16
...@@ -24,7 +24,6 @@ module QA ...@@ -24,7 +24,6 @@ module QA
end end
before do before do
Runtime::Feature.enable(:new_route_storage_purchase)
group.add_member(user, Resource::Members::AccessLevel::OWNER) group.add_member(user, Resource::Members::AccessLevel::OWNER)
Resource::Project.fabricate_via_api! do |project| Resource::Project.fabricate_via_api! do |project|
...@@ -39,7 +38,6 @@ module QA ...@@ -39,7 +38,6 @@ module QA
end end
after do |example| after do |example|
Runtime::Feature.disable(:new_route_storage_purchase)
user.remove_via_api! user.remove_via_api!
group.remove_via_api! unless example.exception group.remove_via_api! unless example.exception
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