Commit d4540c61 authored by Shinya Maeda's avatar Shinya Maeda

Remove unexpected data store test suite

parent 242039e4
......@@ -54,14 +54,6 @@ describe Ci::BuildTraceChunk, :clean_gitlab_redis_shared_state do
it { is_expected.to eq('Sample data in db') }
end
context 'when data_store is others' do
before do
build_trace_chunk.send(:write_attribute, :data_store, 999)
end
it { expect { subject }.to raise_error('Unsupported data store') }
end
end
describe '#set_data' 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