Commit 2c7d7c67 authored by George Tsiolis's avatar George Tsiolis

Remove redundant test

parent 1b6debae
......@@ -1007,18 +1007,6 @@ describe Ci::Pipeline, :mailer do
subject { pipeline.ordered_stages }
context 'when using legacy stages' do
before do
stub_feature_flags(
ci_atomic_processing: false
)
end
it 'returns legacy stages in valid order' do
expect(subject.map(&:name)).to eq %w[build test]
end
end
context 'when using atomic processing' do
before do
stub_feature_flags(
......
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