Quarantine this flaky test
See https://gitlab.com/gitlab-org/gitlab-ce/issues/62760
This commit is contained in:
parent
3353761680
commit
765f30b80b
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ describe Ci::PipelineSchedule do
|
||||||
context 'when pipeline schedule runs every minute' do
|
context 'when pipeline schedule runs every minute' do
|
||||||
let(:pipeline_schedule) { create(:ci_pipeline_schedule, :every_minute) }
|
let(:pipeline_schedule) { create(:ci_pipeline_schedule, :every_minute) }
|
||||||
|
|
||||||
it "updates next_run_at to the sidekiq worker's execution time" do
|
it "updates next_run_at to the sidekiq worker's execution time", :quarantine do
|
||||||
expect(pipeline_schedule.next_run_at).to eq(cron_worker_next_run_at)
|
expect(pipeline_schedule.next_run_at).to eq(cron_worker_next_run_at)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue