Skip Exclusive Lease Transaction Check for js specs
All threads resolved!
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)