Commit eda4dc77 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'quarantine-specs' into 'master'

Quarantine order-dependent specs

See merge request gitlab-org/gitlab!26363
parents ad14ace2 ab380d4f
......@@ -59,7 +59,7 @@ describe IncidentManagement::ProcessPrometheusAlertWorker do
end
end
context 'when project could not be found' do
context 'when project could not be found', quarantine: 'https://gitlab.com/gitlab-org/gitlab/issues/208766' do
it 'does not create an issue' do
expect { subject.perform('1234', alert_params) }
.not_to change(Issue, :count)
......
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