Skip to content

Quarantine test that fails with SQL query limit

What does this MR do and why?

spec/features/issues/create_issue_for_discussions_in_merge_request_spec.rb has thrown Gitlab::QueryLimiting::Transaction::ThresholdExceededError. The job succeeded after a retry.

This was observed after merging this MR: !103036 (merged)

This MR quarantines the failing test temporarily. I don't know if the MR is related and whether it would be better to revert it instead. But at first sight the MR does not seem related.

Also pinging MR author for acknowledgement: @cervols

Screenshots or screen recordings

Failed job: https://gitlab.com/gitlab-org/gitlab/-/jobs/3286436340

Succeeded retry: https://gitlab.com/gitlab-org/gitlab/-/jobs/3286723786

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports