Commit e9cf4a5a authored by Kyle Wiebers's avatar Kyle Wiebers

Quarantine service desk receiver spec

Seems to be order dependent and is blocking an incident

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/325579
parent 247edd66
......@@ -18,7 +18,7 @@ RSpec.describe ServiceDeskEmailReceiverWorker, :mailer do
worker.perform(email)
end
context 'when service desk receiver raises an exception' do
context 'when service desk receiver raises an exception', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/325579' do
before do
allow_next_instance_of(Gitlab::Email::ServiceDeskReceiver) do |receiver|
allow(receiver).to receive(:find_handler).and_return(nil)
......
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