Skip to content

Remove quarantine flag

Sam Figueroa requested to merge sf/chore/remove-quarantine-flag-470326 into master

What does this MR do and why?

  • There was a timing issue of merging the quarantine flag and the actual fix for the falkiness, which happened in two separate merge requests. Since the fix is already applied we should no longer need the quarantine anymore.

  • Associated fix was merged in: !158244 (merged)

  • Refs: #470326

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.

How to set up and validate locally

  • run rspec ./ee/spec/models/approval_project_rule_spec.rb

Merge request reports