Skip to content

Skip exclusive lease txn check in design management spec

Sylvester Chin requested to merge sc1-skip-txn-check-spec into master

What does this MR do and why?

This MR adds the skipping_transaction_check for spec/graphql/mutations/design_management/upload_spec.rb. According to sentry, there are no violations in this mutation so it is likely a spec-only problem.

By adding the check-skipping block in specs, we still will see sentry issues if there are any future violations.

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports