Commit 4cd5e955 authored by Rémy Coutable's avatar 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
parents 33537616 765f30b8
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment