Commit d4ba26e9 authored by pburdette's avatar pburdette

Remove lines from QA test

Remove before each and after
each in QA test that enables and
removes new_variables_ui feature flag.
parent 1a6f8073
......@@ -10,14 +10,6 @@ module QA
end
end
before(:all) do
Runtime::Feature.enable_and_verify('new_variables_ui')
end
after(:all) do
Runtime::Feature.remove('new_variables_ui')
end
before do
Flow::Login.sign_in
add_ci_variable
......
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