Set issues_create_limit lower to reduce flakiness
requested to merge 345135-spec-failure-in-spec-controllers-projects-issues_controller_spec-rb-projects into master
What does this MR do and why?
This MR attempts to solve #345135 (closed) by reducing the number of Issues that are created in these particular tests.
I wasn't able to reproduce the problem locally but my suspicion is we were setting stub_application_setting(issues_create_limit: x)
to various values in different tests and that may have caused some sort of race condition, resulting in the flakiness.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #345135 (closed)
Edited by Ash McKenzie