Skip to content

Skip transaction check in feature spec

Patrick Bajao requested to merge 448726-skip-transaction-check into master

What does this MR do and why?

We're skipping transaction check because we're getting failures about Gitlab::ExclusiveLease::LeaseWithinTransactionError being raised when MergeRequests::MergeabilityCheckService gets executed but we don't execute that service within a transaction though.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #448726 (closed)

Merge request reports