Remove unexpected data store test suite
This commit is contained in:
parent
242039e4e1
commit
d4540c6131
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue