Skip to content
代码片段 群组 项目
提交 fcc6b8c6 编辑于 作者: Kerri Miller's avatar Kerri Miller
浏览文件

Merge branch 'remove-unnecessary-sidkeiq-inline' into 'master'

Remove unnecessary sidekiq_might_not_need_inline option

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/127988



Merged-by: default avatarKerri Miller <kerrizor@kerrizor.com>
Approved-by: default avatarKerri Miller <kerrizor@kerrizor.com>
Co-authored-by: default avatarDavid Kim <dkim@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
end end
shared_examples_for 'detached merge request pipeline' do shared_examples_for 'detached merge request pipeline' do
it 'creates a detached merge request pipeline', :sidekiq_might_not_need_inline do it 'creates a detached merge request pipeline' do
subject subject
expect(merge_request.all_pipelines.count).to eq(1) expect(merge_request.all_pipelines.count).to eq(1)
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
expect(merge_request.all_pipelines.last).to be_detached_merge_request_pipeline expect(merge_request.all_pipelines.last).to be_detached_merge_request_pipeline
end end
it 'responds with success', :sidekiq_might_not_need_inline, :aggregate_failures do it 'responds with success', :aggregate_failures do
expect(subject).to be_success expect(subject).to be_success
expect(subject.payload).to eq(Ci::Pipeline.last) expect(subject.payload).to eq(Ci::Pipeline.last)
end end
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
end end
end end
it 'responds with success', :sidekiq_might_not_need_inline, :aggregate_failures do it 'responds with success', :aggregate_failures do
expect(subject).to be_success expect(subject).to be_success
expect(subject.payload).to eq(Ci::Pipeline.last) expect(subject.payload).to eq(Ci::Pipeline.last)
end end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册