Quarantine this flaky test

See
https://gitlab.com/gitlab-org/gitlab-ce/issues/62760
This commit is contained in:
Lin Jen-Shin 2019-06-06 08:18:47 +00:00 committed by Rémy Coutable
parent 3353761680
commit 765f30b80b
1 changed files with 1 additions and 1 deletions

View File

@ -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