Skip Exclusive Lease Transaction Check for js specs
All threads resolved!
All threads resolved!
Compare changes
@@ -42,6 +42,20 @@
When transactional tests are enabled, we may run into issues with Gitlab::ExclusiveLease
which is not expected to be run within transactions.
To avoid false positives, disable this check for JavaScript feature specs run.
Similar MR: !163832 (merged)