提交 4cd5e955 编写于 作者: R Rémy Coutable

Merge branch '62760-quarantine-it' into 'master'

Quarantine spec/models/ci/pipeline_schedule_spec.rb

Closes #62760

See merge request gitlab-org/gitlab-ce!29257
......@@ -128,7 +128,7 @@ describe Ci::PipelineSchedule do
context 'when pipeline schedule runs every minute' do
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)
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册