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

Quarantine order-dependent specs

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 3ffbaa71
......@@ -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